-
Notifications
You must be signed in to change notification settings - Fork 552
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 support for Oracle database plugin connection options #2085
Add support for Oracle database plugin connection options #2085
Conversation
ddfabaf
to
77806d7
Compare
@fairclothjm Sorry for pinging directly. Is there a chance to get a review for this PR? |
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.
@dheeg Hello, thanks for the contribution! Sorry for the delay. Could you rebase your changes on the main branch? Thanks!
CHANGELOG.md
Outdated
@@ -8,6 +8,7 @@ FEATURES: | |||
FEATURES: | |||
* Add support for `ext_key_usage_oids` in `vault_pki_secret_backend_role` ([#2108](https://github.com/hashicorp/terraform-provider-vault/pull/2108)) | |||
* Adds support to `vault_gcp_auth_backend` for common backend tune parameters ([#1997](https://github.com/terraform-providers/terraform-provider-vault/pull/1997)). | |||
* Add support for Oracle database plugin configuration options `split_statements` and `disconnect_sessions`: ([#2085](https://github.com/hashicorp/terraform-provider-vault/pull/2085)) |
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.
This should go under the Unreleased section.
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.
@fairclothjm done, moved the changelog entry
Move changelog entry to unreleased section
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!
Description
In 2021 the Oracle database plugin for Vault introduced new configuration options as described here: hashicorp/vault-plugin-database-oracle#62
This PR exposes those database connection options, which are especially important for Oracle AWS RDS installations, as those don't support the default plugin revocation statements see: hashicorp/vault-plugin-database-oracle#45
I personally don't expect that this PR will receive a lot of upvotes, because it's a niche scenario => Oracle on AWS + Vault + Terraform to provision Vault. However it might be important for a few enterprises (including us).
Checklist
Output from acceptance testing:
Community Note