Merge branch 'v1.3' into 1440SecretKeyRefExplanation

This commit is contained in:
Ori Zohar 2021-09-17 09:02:45 -07:00 committed by GitHub
commit bae2c0364a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -150,6 +150,12 @@ The above example uses secrets as plain strings. It is recommended to use a loca
azureIdentity: [your managed identity name]
selector: [your managed identity selector]
```
where the value `resourceID: [your managed identity id]` is the fully qualified resource ID of the managed identity. It can be retrieved by running
```
az identity show -g [your resource group] -n [managed identity name] --query id
```
10. Deploy the azure-identity-config.yaml: