Skip to content

Commit 1a6ba2a

Browse files
micheleRPclaude
andauthored
Remove token structure examples from Cloud GBAC docs (#1669)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 35d2926 commit 1a6ba2a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

modules/manage/partials/gbac-token-claim-extraction.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ NOTE: When `nested_group_behavior` is set to `suffix`, groups that share a leaf
2121
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.
2222
endif::[]
2323

24+
ifndef::env-cloud[]
2425
=== Token structure examples
2526

2627
The following examples show how Redpanda extracts group principals from different token formats.
@@ -52,8 +53,6 @@ With `nested_group_behavior: "none"` (the default), Redpanda maps the full path
5253
{"groups": ["/departments/eng/platform", "/departments/eng/infra"]}
5354
----
5455

55-
// Not supported in Cloud
56-
ifndef::env-cloud[]
5756
==== Path-style group names with suffix extraction
5857

5958
When xref:reference:properties/cluster-properties.adoc#nested_group_behavior[`nested_group_behavior`] is set to `suffix`, Redpanda maps the last path segment to principals `Group:platform` and `Group:infra`.
@@ -62,7 +61,6 @@ When xref:reference:properties/cluster-properties.adoc#nested_group_behavior[`ne
6261
----
6362
{"groups": ["/departments/eng/platform", "/departments/eng/infra"]}
6463
----
65-
endif::[]
6664

6765
==== CSV-formatted group claim
6866

@@ -74,3 +72,4 @@ Some identity providers return group claims as a single comma-separated string i
7472
----
7573

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

0 commit comments

Comments
 (0)