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

100 seps wallet multiple credentials support #101

Closed MouhsinElmajdouby closed 2 weeks ago

MouhsinElmajdouby commented 2 weeks ago

This PR enhances the Oracle JDBC provider by adding support for selecting specific credential sets from Secure External Password Store (SEPS) wallets using the new connectionStringIndex parameter. This update allows users to handle multiple connection strings within a SEPS wallet more effectively.

Additionally, this PR includes code samples for various OCI-based resource providers, demonstrating their usage with the updated functionality.

Fixes #100