-
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
[1.15.0] kv secrets not showing in the UI #23463
Comments
Also seeing this problem - all of our secrets are KV v1 so the UI is now useless for us. |
I think the problem may stem from the fact that after the 1.15.0 update, all of my KV v1 mounts show as "Version 2" in the UI. I notice that when you create a KV v2 mount with the 1.15.0 UI, the mount gets an extra internal setting according to:
... which shows up as:
When I create a KV v1 mount with the 1.15.0 UI I see:
On my existing KV v1 mounts, options was nil. Potential workaround:
After adding this setting, the secrets show up in the UI once I reload the "Secrets Engines" page and click into the mount. |
Thank you very much for the workaround., it works correctly for me. I had the same issue after upgrading and was going to rollback to the older version, and the workaround saved a lot of times |
I also noticed this earlier , thanks for the report |
Describe the bug
After upgrading to vault version 1.15.0, kv secrets are no longer shown in the UI
To Reproduce
Upgrade to vault 1.15.0. After the upgrade, secrets using a kv engine are no longer shown
I believe that this is related to PR 22559
There are several secrets in the secret mount point and as seen in the screen shot the UI is not showing these secrets. There is a mismatch in the kv version between what the UI is showing and the configuration of the engine. This is a version 1 secret, not version 2.
Expected behavior
Secrets to continue to be shown in the UI after upgrading to 1.15.0
Environment:
Vault server configuration file(s):
The text was updated successfully, but these errors were encountered: