-
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
plugin list fails when audit is enabled #17722
Comments
Hitting this as well in v1.12.1 |
If I understand correctly, it would be because of this *version.Version.
As per #1911:
So it eventually hits these *version unexported fields:
|
Hi, are there any updates on this or should I use older (< 1.12.0) version of Vault? |
Thanks for the report, and sorry this didn't get fixed in time for 1.12.2. #18173 should fix it, and will be in 1.12.3. It's not ideal, but the best listing workaround I can offer for now (other than disabling auditing which is obviously a no-go) is that the "typed" list endpoints don't suffer from this problem, so e.g. Affected Vault versions are 1.12.0, 1.12.1 and 1.12.2. |
Describe the bug
When executing the command
vault plugin list
(or using the API) if audit is enabled vault will fail and report a error.To Reproduce
vault plugin list
Environment:
vault v1.12.0
Additional context
I saw that there were some changes related to output version on plugins, so I guess it's related to that. I also found some issues (#2687 and #1911) with the same error but they're from a long time ago.
The text was updated successfully, but these errors were encountered: