-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unsorted list of secrets in UI for Generic/KV version 1 #5141
Comments
Which storage backend are you using? |
I use Filesystem Storage Backend. |
Just to be clear, "sorted correctly" implies that there is a sorting order. There's not. It just so happens that most storage implementations, when listing, will return a sorted set of strings. At this point, it's unclear whether you're describing a desired improvement to the file storage engine, or if you are raising some kind of issue with the UI. I don't know of any reason that V1/V2 would behave differently. |
Hello @jefferai I create a kv secrets engine v1 and an other in v2. |
We do this already in the CLI, but because we do it there the UI doesn't have ordered responses. We could put it in the UI, but it seems like we might as well just make it nice for all API users. Fixes #5141
We do this already in the CLI, but because we do it there the UI doesn't have ordered responses. We could put it in the UI, but it seems like we might as well just make it nice for all API users. Fixes #5141
Thank you! |
Describe the bug
Vault UI displays an unsorted list of secrets for Generic/KV V1 secret store.
Expected behavior
The list of secret should be sorted alphabetically like in KV V2 secret store.
Environment:
The text was updated successfully, but these errors were encountered: