Skip to content

Commit cecb2f4

Browse files
committed
fix
1 parent 3c798a3 commit cecb2f4

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

modules/manage/pages/security/authorization/index.adoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,3 @@
66

77

88
Authorization works in tandem with xref:security/authentication.adoc[authentication]. Authentication grants permission to interact with Redpanda resources while authorization controls what a principal is permitted to do once authenticated.
9-
10-
* xref:manage:security/authorization/acl.adoc[Access Control Lists (ACLs)]: Define fine-grained per-resource permissions for individual users or roles.
11-
* xref:manage:security/authorization/rbac.adoc[Role-Based Access Control (RBAC)]: Group permissions into roles and assign roles to users for easier management at scale.
12-
* xref:manage:security/authorization/gbac.adoc[Group-Based Access Control (GBAC)]: Assign permissions to OIDC groups so that users inherit access based on their IdP group membership.

modules/manage/partials/gbac-dp.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ endif::[]
4343

4444
GBAC is controlled by two cluster properties:
4545

46-
`oidc_group_claim_path`:: A https://goessner.net/articles/JsonPath/[JSON path^] expression that tells Redpanda where to find group information in the OIDC token. Default: `$.groups`.
46+
xref:reference:properties/cluster-properties.adoc#oidc_group_claim_path[`oidc_group_claim_path`]:: A https://goessner.net/articles/JsonPath/[JSON path^] expression that tells Redpanda where to find group information in the OIDC token. Default: `$.groups`.
4747

48-
`nested_group_behavior`:: Controls how Redpanda handles group names that use path-style notation (for example, `/departments/eng/platform`). Accepted values: `none` (use the full path as-is) or `suffix` (extract only the last segment). Default: `none`.
48+
xref:reference:properties/cluster-properties.adoc#nested_group_behavior[`nested_group_behavior`]:: Controls how Redpanda handles group names that use path-style notation (for example, `/departments/eng/platform`). Accepted values: `none` (use the full path as-is) or `suffix` (extract only the last segment). Default: `none`.
4949

5050
ifndef::env-cloud[]
5151
[tabs]

0 commit comments

Comments
 (0)