-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
unknown or unsupported field awskms
found in configuration when configs are stored in JSON
#17012
Comments
I'm seeing similar behavior with the |
I did a little more investigating and it seems Vault accepts the JSON configuration and the warning is spurious. (To be clear, this should be fixed to prevent confusion.) In my case, I was using the |
Hi folks! Just wanted to leave a little update here. I believe I've found the source of the problem. I can confirm that the warnings are spurious and that a fix will be coming soon. In particular, this affects json configuration like this:
and it will in some cases produce a spurious warning about |
Closing this issue, as this should be fixed by #17660 Thanks for the report! I appreciated the detail. |
awskms
field didn't parsed when configs are stored in JSON formatWhen I use JSON format to store our configurations, I found in logs next:
JSON configs:
But when I use HCL format, error didn't reproduce:
HCL configs:
To Reproduce
Steps to reproduce the behavior:
awskms
unsealing option.Expected behavior
A clear and concise description of what you expected to happen.
Environment:
vault status
):vault version
):The text was updated successfully, but these errors were encountered: