Skip to content

Commit 4677783

Browse files
Merge pull request #273404 from chen-karen/patch-4
Update role-management.md
2 parents 8d835ab + dee378a commit 4677783

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/key-vault/managed-hsm/role-management.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ This article shows you how to manage roles for a Managed HSM data plane. To lear
2121

2222
To allow a security principal (such as a user, a service principal, group or a managed identity) to perform managed HSM data plane operations, they must be assigned a role that permits performing those operations. For example, if you want to allow an application to perform a sign operation using a key, it must be assigned a role that contains the "Microsoft.KeyVault/managedHSM/keys/sign/action" as one of the data actions. A role can be assigned at a specific scope. Managed HSM local RBAC supports two scopes, HSM-wide (`/` or `/keys`) and per key (`/keys/<keyname>`).
2323

24+
> [!NOTE]
25+
> Service principal group access is not supported to perform data plane operations. Service principals must be added to the role directly. Only user group access is supported for data plane operations.
26+
2427
For a list of all Managed HSM built-in roles and the operations they permit, see [Managed HSM built-in roles](built-in-roles.md).
2528

2629
## Prerequisites

0 commit comments

Comments
 (0)