Skip to content

Commit

Permalink
fixup! docs: update quick start doc for user assigned identity
Browse files Browse the repository at this point in the history
  • Loading branch information
karataliu authored and aramase committed Jan 11, 2023
1 parent 8c4099c commit 09e52dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export USER_ASSIGNED_IDENTITY_CLIENT_ID="$(az identity show --name "${USER_ASSIG
export USER_ASSIGNED_IDENTITY_OBJECT_ID="$(az identity show --name "${USER_ASSIGNED_IDENTITY_NAME}" --resource-group "${RESOURCE_GROUP}" --query 'principalId' -otsv)"
az keyvault set-policy --name "${KEYVAULT_NAME}" \
--secret-permissions get \
--object-id "${USER_ASSIGNED_IDENTITY_CLIENT_ID}"
--object-id "${USER_ASSIGNED_IDENTITY_OBJECT_ID}"
```

## 5. Create a Kubernetes service account
Expand Down

0 comments on commit 09e52dc

Please sign in to comment.