Package com.azure.spring.cloud.config
Interface KeyVaultSecretProvider
-
public interface KeyVaultSecretProviderInterface to be implemented that enables returning of Secrets instead of requesting them from Azure Key Vaults.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetSecret(String uri)Returns a secret value for a given uri
-