Skip to content

Commit 082a713

Browse files
Added steps to Add a permission to User-assigned identity
1 parent 5ba9389 commit 082a713

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 [here](https://learn.microsoft.com/en-us/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)