Skip to content

Commit

Permalink
Correcting example
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-A-McMahon committed Jan 30, 2024
1 parent a626b7a commit 07719e2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions ojdbc-provider-oci/example-vault.properties
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
# connection property. For details, see:
# https://docs.oracle.com/en/database/oracle/oracle-database/23/jajdb/oracle/jdbc/OracleConnection.html#CONNECTION_PROPERTY_CONFIG_FILE

# Configures the OCI Vault Password Provider. The OCID of the password secret
# is configured as an environment variable or JVM system property named
# "PASSWORD_OCID":
oracle.jdbc.provider.user=ojdbc-provider-oci-vault-user
oracle.jdbc.provider.user.ocid=${PASSWORD_OCID}

# Configures the OCI Vault Username Provider. The OCID of the username secret
# is configured as an environment variable or JVM system property named
# "USERNAME_OCID":
oracle.jdbc.provider.password=ojdbc-provider-oci-vault-user
oracle.jdbc.provider.password.ocid=${USERNAME_OCID}
oracle.jdbc.provider.username=ojdbc-provider-oci-vault-username
oracle.jdbc.provider.username.ocid=${USERNAME_OCID}

# Configures the OCI Vault Password Provider. The OCID of the password secret
# is configured as an environment variable or JVM system property named
# "PASSWORD_OCID":
oracle.jdbc.provider.password=ojdbc-provider-oci-vault-password
oracle.jdbc.provider.password.ocid=${PASSWORD_OCID}

0 comments on commit 07719e2

Please sign in to comment.