Interface KeyVaultSecretProvider


public interface KeyVaultSecretProvider
Interface to be implemented that enables returning of Secrets instead of requesting them from Azure Key Vaults.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a secret value for a given uri
  • Method Details

    • getSecret

      String getSecret(String uri)
      Returns a secret value for a given uri
      Parameters:
      uri - Key Vault Reference
      Returns:
      String value of the secret