Fix cause AAD Pod Identity fields are now case sensitive

Fixes: https://github.com/dapr/docs/issues/988
This commit is contained in:
Carlos Mendible 2020-12-07 18:24:14 +01:00 committed by GitHub
parent 0a314b85de
commit a803f107c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -102,16 +102,16 @@ description: How to configure Azure Key Vault and Kubernetes to use Azure Manage
name: [you managed identity name]
spec:
type: 0
ResourceID: [you managed identity id]
ClientID: [you managed identity Client ID]
resourceID: [you managed identity id]
clientID: [you managed identity Client ID]
---
apiVersion: "aadpodidentity.k8s.io/v1"
kind: AzureIdentityBinding
metadata:
name: [you managed identity name]-identity-binding
spec:
AzureIdentity: [you managed identity name]
Selector: [you managed identity selector]
azureIdentity: [you managed identity name]
selector: [you managed identity selector]
```
10. Deploy the azure-identity-config.yaml: