generated from oracle/template-repo
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for TCPS and SEPS Wallet Providers for OCI Vault (#96)
* Added support for TCPS and SEPS Wallet Providers for OCI Vault * Added example-vault-wallet.properties for TCPS and SEPS wallet configurations && Renamed tls wallet property to oracle.jdbc.provider.tlsConfiguration * Adopted 80-character line limit, fixed indentation, and replaced 'mutual TLS' with 'TLS' in documentation * Added JavaDocs for default SEPS secrets and updated to use default secrets for username and password && Refactored to use Credentials inner class for storing username and password && Replaced missing mutual TLS (mTLS) with * Added PemData.decode method * Renamed PemDataTest * Refactored TCPS Provider to Support Multiple File Types (SSO, PKCS12, PEM) * Added TlsUtils * fix(typo): Remove unused imports and Replace 'wallet' with 'file' and 'Password' with 'password' * Enhance credential extraction to support single indexed connection string * Update the README.md file * Add more details about SEPS and TCPS wallets in readme file --------- Co-authored-by: Michael McMahon <michael.a.mcmahon@oracle.com>
- Loading branch information
1 parent
55e39af
commit cc3f529
Showing
17 changed files
with
1,473 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.