Inconsistency in created vaults when Vault names is passed along to Lowkey Vault #1316
Labels
bug
Something isn't working
community requested
Issues requested by our community
wontfix
This will not be worked on
Describe the bug
while working on this, I noticed a weird inconsistency.
An image would explain it better.
by default, vaults are created on
127.0.0.1:8443
andlocalhost:8443
, however if I add a vault name when building the container (let's say our vault name isdemo
, the new vault is only created ondemo.localhost:8443
. I expected that the new vault is also created ondemo.127.0.0.1:8443
for consistency purposes as is the case when no vault names are passed.To reproduce
Steps to reproduce the behavior:
Expected behavior
vaults should be created on both 127.0.0.1 and localhost when custom vault names are passed.
Actual behavior
vaults is only created on localhost when custom vault names are passed.
The command you used
If applicable, add screenshots to help explain your problem.
A minimal project that can be used to reproduce the issue
If applicable. Please do NOT share sensitive information.
Environment
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: