-
Notifications
You must be signed in to change notification settings - Fork 557
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
vault_database_secret_backend_connection - allow mysql_rds,mysql_aurora,mysql_legacy to specifying tls_ca and tls_certificate_key #2106
Conversation
…cy options of vault_database_secret_backend_connection terraform resource to allow specifying tls_ca and tls_certificate_key
Add entry for - allow mysql_rds,mysql_aurora,mysql_legacy options of vault_database_secret_backend_connection terraform resource to allow specifying tls_ca and tls_certificate_key
Thanks for the contribution @ram-parameswaran ! Are there any tests we could add to verify this behavior? |
@fairclothjm I have added acceptance test results back into the PR description. Let me know if anything further is needed. Thanks! |
Hi @ram-parameswaran, thanks for adding the output from the Vault CLI. We would also like to validate that the tests within the Terraform Vault Provider pass with these updates. Could we also add an additional test step for MySQL Aurora to Please let us know if you have any questions, and thanks once again for contributing the to Terraform Vault Provider! |
@vinay-gopalan thanks for your valuable comments. I have added the requested tests. Please review and let me know if you would like to me to change anything. |
Remove unnecessary TODO
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 adding the test @ram-parameswaran! I had some comments on why tests in CI might be failing, and how we can consolidate the new test into existing infrastructure
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.
Looking great! Had 1 last fix request and then we should be ready to get this in! Thanks for all the work on this 🙏🏼
Fix TF parameter reference check
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, thanks for all the effort on this! 🙏🏼
Description
Initially raised by(on behalf of) ent customer via Zendesk in an enterprise support engagement.
allow mysql_rds,mysql_aurora,mysql_legacy options of vault_database_secret_backend_connection terraform resource to allow specifying tls_ca and tls_certificate_key
Checklist
Output from acceptance testing:
Community Note