Skip to content

Commit

Permalink
Rename hashicorpvault to hcpdedicatedvault
Browse files Browse the repository at this point in the history
  • Loading branch information
MouhsinElmajdouby committed Dec 26, 2024
1 parent 65111b9 commit 60afbb5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ public char[] getSecret(OracleJsonObject jsonObject) {

@Override
public String getSecretType() {
return "hashicorpvault";
return "hcpdedicatedvault";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public InputStream getJson(String secretPath) {

@Override
public String getType() {
return "hashicorpvault";
return "hcpdedicatedvault";
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
public class DedicatedVaultConfigurationProviderTest {

static {
OracleConfigurationProvider.allowedProviders.add("hashicorpvault");
OracleConfigurationProvider.allowedProviders.add("hcpdedicatedvault");
}


private static final OracleConfigurationProvider PROVIDER =
OracleConfigurationProvider.find("hashicorpvault");
OracleConfigurationProvider.find("hcpdedicatedvault");


/**
* Verifies if Dedicated Vault Configuration Provider works with TOKEN-based authentication and a specific secret name.
* Verifies if Dedicated Vault Configuration Provider works with TOKEN-based authentication
*
* @throws SQLException if the provider encounters an error
*/
Expand Down

0 comments on commit 60afbb5

Please sign in to comment.