-
Notifications
You must be signed in to change notification settings - Fork 15
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
Allow multiple configurations Hashicorp #141
Conversation
This change allows the Hashicorp Vault Secrets Provider to provide the configuration to be used per secret.
Would it make sense to make |
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.
Would it make sense to make HashiCorpVaultSecretsProvider.ParametersForm
a formset now?
It's still only one configuration per secret. You can just support multiple configurations system wide. |
Co-authored-by: Gary Snider <[email protected]>
Instead of using "Configuration", I have switch to using "Vault" as that is closer to what is actually being chosen by the user.
Co-authored-by: Glenn Matthews <[email protected]>
Co-authored-by: Glenn Matthews <[email protected]>
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.
LGTM!
Closes #67
This change allows the Hashicorp Vault Secrets Provider to provide the configuration to be used per secret.