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
{{ message }}
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
Hey, I'm not positive I understand as you reference different chars. Are you talking about an empty string being replaced with a forward slash? Or a backslash being replaced with a forward slash?
Vault does not accept backslashes in the names of secrets.
The problem
If you create secret with "" char in the path, Cryptr cannot view that secret (although it's discoverable).
Environment
Details
Obviously, "" is getting replaced to "/", just as "space" is replaced with underscore.
The text was updated successfully, but these errors were encountered: