-
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
Azure secret doc enhancement #23079
Azure secret doc enhancement #23079
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for doing this!
changelog/23079.txt
Outdated
@@ -0,0 +1,3 @@ | |||
```release-note:improvement | |||
secrets/azure: Added note that environment variables take precedence over API config. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we need a CL entry for docs changes. Typically only for product changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
CI Results: |
Build Results: |
changelog/23079.txt
Outdated
@@ -0,0 +1,3 @@ | |||
```release-note:improvement | |||
secrets/azure: Added note that environment variables take precedence over API config. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
Using environment variables over config provided explicitely through the API is counter-intuitve, which leads to wasted time figuring out why the provided configuration is not being used by Vault as expected.
Unfortunately changing this behavior would be a significant breaking change. As a short term mitigation solution we are adding a more explicit note in the documentaiton to help people avoid this pitfall.
Preview: