Skip to content

Commit

Permalink
Merge pull request #863 from jananivMS/mi-doc-update
Browse files Browse the repository at this point in the history
Updating documentation for managed identity to make it work for forced namespace mode
  • Loading branch information
jananivMS authored Apr 6, 2020
2 parents d9b4959 + 1f3467a commit 16e79da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/azure-service-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ aad-pod-identity:
azureIdentityBinding:
name: aso-identity-binding
selector: aso_manager_binding
namespace: azureoperator-system
azureIdentity:
enabled: True
name: aso-identity
namespace: azureoperator-system
type: 0

# Update values for Managed Identity
Expand Down
2 changes: 2 additions & 0 deletions docs/managedidentity.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Perform these steps to use Managed Identity instead of Service Principal authent
kind: AzureIdentity
metadata:
name: <a-idname>
namespace: azureoperator-system
spec:
type: 0
ResourceID: /subscriptions/<subid>/resourcegroups/<resourcegroup>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/<name>
Expand All @@ -65,6 +66,7 @@ Perform these steps to use Managed Identity instead of Service Principal authent
kind: AzureIdentityBinding
metadata:
name: aso-identity-binding
namespace: azureoperator-system
spec:
AzureIdentity: <a-idname>
Selector: aso_manager_binding
Expand Down

0 comments on commit 16e79da

Please sign in to comment.