1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00

Fix snipper for MI authentication (#1630)

Signed-off-by: Duncan <62943186+duncan485@users.noreply.github.com>

Signed-off-by: Duncan <62943186+duncan485@users.noreply.github.com>
This commit is contained in:
Duncan 2022-10-11 20:26:38 +02:00 committed by GitHub
parent 2cf0c60372
commit e4a6118eb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ A Managed Identity should be created in Azure, and that Identity should have pro
If there are multiple Managed Identitites for different keyvaults, the operator should have been assigned all identities via [aad-pod-identity](https://azure.github.io/aad-pod-identity/docs/), then the SecretStore configuration should include the Id of the idenetity to be used via the `identityId` field.
```yaml
{% include 'azkv-credentials-secret.yaml' %}
{% include 'azkv-secret-store-mi.yaml' %}
```
#### Workload Identity