terraform-provider-vault
terraform-provider-vault copied to clipboard
feat: support tls_ca and tls_certificate_key for mongodb connections
Community Note
- Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
- Please do not leave "+1" comments, they generate extra noise for pull request followers and do not help prioritize the request
Add TLS options to MongoDB database connection to allow verification of certificate as well as client auth. This is in line with the CLI options .
Add `tls_ca` and `tls_certificate_key` fields to `vault_database_secret_backend_connection` for `mongodb` connections.
Output from acceptance testing:
$ make testacc TESTARGS='-run=TestAccXXX'
- WIP
...
Is this PR dead or alive? I'd like to add similar functionality for MySQL, given Vault 1.5.0 supports mTLS for MySQL https://github.com/hashicorp/vault/pull/9181 now.
If it's not being worked on we'd like to take this as a base, add MySQL stuff and fix tests.
cc @cyrus-mc
Closed with #1146
@cyrus-mc Hi, are you still interested in carrying this forward?