Skip to content

Commit

Permalink
remove set keyvault config from azure and hashicorp setters.
Browse files Browse the repository at this point in the history
  • Loading branch information
melowe committed Dec 30, 2019
1 parent c9cf318 commit 4d52e49
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,10 @@ public void setKeyData(List<ConfigKeyPair> keyData) {

public void setAzureKeyVaultConfig(AzureKeyVaultConfig azureKeyVaultConfig) {
this.azureKeyVaultConfig = azureKeyVaultConfig;
this.keyVaultConfig = KeyVaultConfigConverter.convert(azureKeyVaultConfig);
}

public void setHashicorpKeyVaultConfig(HashicorpKeyVaultConfig hashicorpKeyVaultConfig) {
this.hashicorpKeyVaultConfig = hashicorpKeyVaultConfig;
this.keyVaultConfig = KeyVaultConfigConverter.convert(hashicorpKeyVaultConfig);
}

public DefaultKeyVaultConfig getKeyVaultConfig() {
Expand Down

0 comments on commit 4d52e49

Please sign in to comment.