-
Notifications
You must be signed in to change notification settings - Fork 549
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
add local var for aws secret engine #2013
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 working on this! Looking good, left a couple comments. I'm not sure if this parameter can also be passed in when tuning a mount, but if it can, we would also need to add that in the awsSecretBackendUpdate
method as well :)
Vault core requires a mount to be rebuilt to change the value of |
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.
Hey @zmadell523, thanks for making the changes! The PR is looking great, could we also add the documentation for the newly added parameter over here? Thanks! 🙏🏼
Description
Vault core supports marking mounts as local in order to keep a mount from being replicated to performance replicas. This implementation mimics what has been done in other backend mounts such as the consul mount.
Relates OR Closes #0000
Checklist
Community Note