Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions modules/manage/partials/gbac-token-claim-extraction.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ NOTE: When `nested_group_behavior` is set to `suffix`, groups that share a leaf
To update these properties, use xref:manage:cluster-maintenance/cluster-property-configuration.adoc[any configuration method] (`rpk cluster config set`, the Admin API, or Redpanda Console). Changes take effect immediately without a restart.
endif::[]

ifndef::env-cloud[]
=== Token structure examples

The following examples show how Redpanda extracts group principals from different token formats.
Expand Down Expand Up @@ -74,3 +75,4 @@ Some identity providers return group claims as a single comma-separated string i
----

Redpanda automatically splits comma-separated values and extracts principals `Group:engineering`, `Group:analytics`, and `Group:finance`.
endif::[]
Loading