2022-03-09 09:48:25 +00:00
|
|
|
apiVersion: external-secrets.io/v1beta1
|
2021-12-03 11:11:56 +00:00
|
|
|
kind: SecretStore
|
|
|
|
metadata:
|
2022-11-30 19:06:59 +00:00
|
|
|
name: azure-store
|
2021-12-03 11:11:56 +00:00
|
|
|
spec:
|
|
|
|
provider:
|
|
|
|
# provider type: azure keyvault
|
|
|
|
azurekv:
|
|
|
|
authType: ManagedIdentity
|
2022-01-19 13:05:03 +00:00
|
|
|
# Optionally set the Id of the Managed Identity, if multiple identities are assigned to external-secrets operator
|
2021-12-03 11:11:56 +00:00
|
|
|
identityId: "<MI_clientId>"
|
|
|
|
# URL of your vault instance, see: https://docs.microsoft.com/en-us/azure/key-vault/general/about-keys-secrets-certificates
|
|
|
|
vaultUrl: "https://my-keyvault-name.vault.azure.net"
|