Connector Improvement: enabling Transparent Data Encryption (TDE) for the `oracle_hva` service.
I am creating an Oracle HVA hybrid connector using a Terraform script. While reviewing the API configuration documentation at https://fivetran.com/docs/rest-api/api-reference/connections/create-connection?service=oracle_hva, I noticed there is no parameter listed for enabling Transparent Data Encryption (TDE) for the `oracle_hva` service.
In the Terraform provider documentation (https://registry.terraform.io/providers/fivetran/fivetran/latest/docs/resources/connector), the `enable_tde` Boolean option is available, but it is only documented for `sql_server_hva` and `sql_server_sap_ecc_hva` services, with no mention of support for `oracle_hva`. When I set `enable_tde = true` in my Terraform script for an `oracle_hva` connector and apply it, the parameter is changed to `null`, likely because it’s not recognized for this service in the API or Terraform provider. this feature request is for enabling Transparent Data Encryption (TDE) for the `oracle_hva` service
-
Yes we need this feature enabled to avoid manual handling.
Please sign in to leave a comment.
Comments
1 comment