Skip to content

Commit c6bfd8f

Browse files
committed
act on review point
1 parent 748b8ce commit c6bfd8f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/terms/partials/gbac.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
=== GBAC
22
:term-name: GBAC
3-
:hover-text: Group-based access control extends RBAC by letting you assign permissions to OIDC groups so that users inherit access based on their identity provider group membership.
3+
:hover-text: Group-based access control lets you assign permissions to OIDC groups so that users inherit access based on their identity provider group membership.
44
:category: Redpanda security
55

6-
GBAC builds on xref:ROOT:manage:security/authorization/rbac.adoc[role-based access control (RBAC)] to simplify permission management at scale. Instead of assigning roles or ACLs to individual users, you assign them to OIDC groups managed by your identity provider. Users inherit permissions from all groups reported in their OIDC token claims.
6+
GBAC allows you to manage permissions at the group level instead of per user. You can grant permissions to groups in two ways: create xref:ROOT:manage:security/authorization/acl.adoc[ACLs] with `Group:<name>` principals, or assign groups as members of xref:ROOT:manage:security/authorization/rbac.adoc[RBAC] roles. Both approaches can be used independently.
77

88
For more information, see xref:ROOT:manage:security/authorization/gbac.adoc[].

0 commit comments

Comments
 (0)