Interface KeyVaultSecretProvider
public interface KeyVaultSecretProvider
Interface to be implemented that enables returning of Secrets instead of requesting them from Azure Key Vaults.
-
Method Summary
-
Method Details
-
getSecret
Returns a secret value for a given endpoint- Parameters:
endpoint- Key Vault Reference- Returns:
- String value of the secret
-