Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc change to work with aad pod id breaking change #1028

Merged
merged 4 commits into from
May 7, 2020
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/managedidentity.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ Perform these steps to use Managed Identity instead of Service Principal authent
namespace: azureoperator-system
spec:
type: 0
ResourceID: /subscriptions/<subid>/resourcegroups/<resourcegroup>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/<name>
ClientID: <Managed Identity clientId>
resourceID: /subscriptions/<subid>/resourcegroups/<resourcegroup>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/<name>
clientID: <Managed Identity clientId>
```

```yaml
Expand All @@ -68,6 +68,6 @@ Perform these steps to use Managed Identity instead of Service Principal authent
name: aso-identity-binding
namespace: azureoperator-system
spec:
AzureIdentity: <a-idname>
Selector: aso_manager_binding
azureIdentity: <a-idname>
selector: aso_manager_binding
```