You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to create a vault with / in it's name results in an error normally:
$ vaulted cp tetrate-hub tetrate/hub
Vault 'tetrate-hub'
Password:
Vault 'tetrate/hub'
New password:
Confirm password:
open /home/cynthia/.local/share/vaulted/tetrate/hub: no such file or directory
If you manually go ahead and create the directory everything seems to works fine:
vaulted -n tetrate/hub
Vault 'tetrate/hub'
Password:
MFA token: [snipped]
tetrate/hub — expires: 7 Oct 2020 04:56 UTC (35h59m58s remaining)
Would you be open to a PR allowing vaulted cp (and other creation mechanisms) to support creating directories like this, and letting vaulted ls show this? Or is this something that you don't want to support, and I shouldn't hope for?
The text was updated successfully, but these errors were encountered:
Mythra
changed the title
Vaulted doesn't properly create/show vaults with "/" in their name
Vaulted doesn't properly show vaults with "/" in their name
Oct 5, 2020
Attempting to create a vault with
/
in it's name results in an error normally:If you manually go ahead and create the directory everything seems to works fine:
Although it doesn't show up in
vaulted ls
:However it is still possible to manually use it:
Would you be open to a PR allowing vaulted cp (and other creation mechanisms) to support creating directories like this, and letting vaulted ls show this? Or is this something that you don't want to support, and I shouldn't hope for?
The text was updated successfully, but these errors were encountered: