azkv-secret-store-mi.yaml 517 B

123456789101112
  1. apiVersion: external-secrets.io/v1
  2. kind: SecretStore
  3. metadata:
  4. name: azure-store
  5. spec:
  6. provider:
  7. azurekv:
  8. authType: ManagedIdentity
  9. # Optionally set the ID of the Managed Identity, if multiple identities are assigned to External Secrets Operator.
  10. identityId: "00000000-0000-0000-0000-000000000000"
  11. # URL of your Key Vault instance, see: https://docs.microsoft.com/en-us/azure/key-vault/general/about-keys-secrets-certificates
  12. vaultUrl: "https://my-keyvault-name.vault.azure.net"