oracle / ojdbc-extensions

The Oracle JDBC Driver Extensions include providers for centralized configuration or token providers for authentication with the DB.
Universal Permissive License v1.0
13 stars 5 forks source link

Add Support for TCPS and SEPS Wallets in Google Cloud Secret Manager #107

Open MouhsinElmajdouby opened 4 days ago

MouhsinElmajdouby commented 4 days ago

This issue aims to add support for TCPS (TLS) and SEPS (Secure External Password Store) wallets stored in Google Cloud Platform (GCP) Secret Manager, similar to the existing support for OCI and Azure Vaults.

Right now, users can store TCPS wallets in OCI and Azure Vaults to create secure mTLS connections with Oracle Autonomous Database and retrieve credentials securely through SEPS wallets. However, this functionality is not yet available for GCP users.

By adding support for GCP Secret Manager, this issue will enable Oracle JDBC users to securely retrieve TLS keys and SEPS credentials, further expanding Oracle JDBC’s functionality in GCP environments.