-
Notifications
You must be signed in to change notification settings - Fork 556
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
RSA key pair support to static database roles #1992
Conversation
Tests:
|
Thank you for working on this! @abarabash-sift |
@Zlaticanin I'm sorry, I got the naming wrong here, it's not for x509, but for the RSA Private Keys. I'm trying to achieve a similar behavior in Terraform as I can do with the
It's been a while since I opened the PR, so I will work towards resolving the conflicts. |
Here is the terraform example on how we use it:
|
Thanks for the contribution @abarabash-sift! Closing in favor of #2384 |
Description
This PR updates the
vault_database_secret_backend_static_role
resource by allowing to set thecredential_type
field in Vault for the static database roles. Therefore enablingrsa_private_key
support for them.The changes are similar to #1901 but for the static role.
Community Note