hashicorp / terraform-provider-vault

Terraform Vault provider
https://www.terraform.io/docs/providers/vault/
Mozilla Public License 2.0
458 stars 538 forks source link

Add support for Oracle database plugin connection options #2085

Closed dheeg closed 7 months ago

dheeg commented 10 months ago

Description

In 2021 the Oracle database plugin for Vault introduced new configuration options as described here: https://github.com/hashicorp/vault-plugin-database-oracle/pull/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: https://github.com/hashicorp/vault-plugin-database-oracle/issues/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:

$ make testacc TESTARGS='-run=TestAccXXX'

...

Community Note

hashicorp-cla commented 10 months ago

CLA assistant check
All committers have signed the CLA.

dheeg commented 9 months ago

@fairclothjm Sorry for pinging directly. Is there a chance to get a review for this PR?

ram-parameswaran commented 7 months ago

@dheeg Hello, thanks for the contribution! Sorry for the delay. Could you rebase your changes on the main branch? Thanks!

Completed on behalf of user @dheeg