Skip to content

Commit 77af17e

Browse files
Merge pull request #287689 from Satya-talluri/stalluri/cred-manager
Added steps to add a permission to User-assigned identity
2 parents 4eb0277 + 1c79f9f commit 77af17e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

articles/operator-nexus/how-to-credential-manager-key-vault.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,18 @@ az networkcloud cluster update --ids /subscriptions/<subscription ID>/resourceGr
134134
az networkcloud cluster show --ids /subscriptions/<subscription ID>/resourceGroups/<Resource Group Name>/providers/Microsoft.NetworkCloud/clusters/<Nexus Cluster Name> --query secretArchive
135135
```
136136

137+
## Add a permission to User-assigned identity
138+
139+
When using a User-assigned identity, add the following role assignment to the UAI resource:
140+
141+
1. Open the Azure Portal and locate the User-assigned identity in question.
142+
2. Under **Access control (IAM)**, click **Add role assignment**.
143+
3. Select **Role**: Managed Identity Operator. (See the permissions that the role provides [managed-identity-operator](/azure/role-based-access-control/built-in-roles/identity#managed-identity-operator)).
144+
4. Assign access to: **User, group, or service principal**.
145+
5. Select **Member**: AFOI-NC-MGMT-PME-PROD application.
146+
6. Review and assign.
147+
148+
137149
For more help:
138150

139151
```console

0 commit comments

Comments
 (0)