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

Change type names of existing secret provider to "azurevault" and "ocivault" #67

Closed norah-li closed 7 months ago

norah-li commented 7 months ago

Type names of existing secret providers AzureVaultSecretProvider and OciVaultSecretProvider, are changed. Specifically, the type name of AzureVaultSecretProvider is changes from "vault-azure" to "azurevault". The type name of OciVaultSecretProvider is changed from "vault-oci" to "ocivault".

This change is for the consistency with the type names of the newly-added json providers ( AzureVaultJsonProvider and OciVaultJsonProvider ).

The type names are also changed in test accounts accordingly. So if you want to run the Github workflow recently, please git pull the latest changes or cherry-pick it from this branch, to make the workflow work. Thanks!

Please take a look.