DOC-1809 Document Cloud Feature Group-based Access Control via OIDC#542
DOC-1809 Document Cloud Feature Group-based Access Control via OIDC#542JakeSCahill wants to merge 5 commits intomainfrom
Conversation
…536) * DOC-1809 Document Cloud Feature Group-based Access Control via OIDC * note GBAC not supported in Serverless * trigger Netlify rebuild * Apply suggestion from @JakeSCahill --------- Co-authored-by: Jake Cahill <45230295+JakeSCahill@users.noreply.github.com>
✅ Deploy Preview for rp-cloud ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughThis PR adds documentation for a new Group-based Access Control (GBAC) feature across multiple cloud documentation pages. Changes include: creating a new GBAC documentation page, updating the navigation structure to include the GBAC reference, adding GBAC to the feature comparison table in the cloud overview, marking GBAC as unsupported on Serverless clusters, documenting GBAC in the authorization guide, and adding a "What's New" announcement for April 2026. All changes are documentation-only with no code entity modifications. Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@modules/security/pages/authorization/gbac.adoc`:
- Line 7: Fix the grammar in the NOTE line in
modules/security/pages/authorization/gbac.adoc by changing the phrase "This
features is available for BYOC and Dedicated clusters." to "This feature is
available for BYOC and Dedicated clusters." — update the NOTE text (the string
"This features is available...") to use the singular "feature".
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 3dcb70ad-01ce-44de-83a7-be0eb6ae5302
📒 Files selected for processing (6)
modules/ROOT/nav.adocmodules/get-started/pages/cloud-overview.adocmodules/get-started/pages/cluster-types/serverless.adocmodules/get-started/pages/whats-new-cloud.adocmodules/security/pages/authorization/cloud-authorization.adocmodules/security/pages/authorization/gbac.adoc
…Access-Control-via-OIDC
Restructure GBAC documentation to mirror the RBAC pattern with separate control plane and data plane pages. Create shared predefined-roles partial, add custom roles documentation, and update cross-references across the repo. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Summary
Changes
New files
modules/security/pages/authorization/gbac/index.adoc— GBAC index pagemodules/security/pages/authorization/gbac/gbac.adoc— GBAC in the control plane (terminology, register groups, predefined roles, custom roles)modules/security/pages/authorization/gbac/gbac_dp.adoc— GBAC in the data plane (moved fromauthorization/gbac.adoc)modules/security/partials/predefined-roles.adoc— Shared partial for predefined roles (Reader, Writer, Admin), included by both RBAC and GBAC control plane pagesUpdated files
modules/ROOT/nav.adoc— Updated navigation with GBAC section and child pagesmodules/security/pages/authorization/rbac/rbac.adoc— Uses predefined-roles partial, added custom roles section, added suggested reading linksmodules/security/pages/authorization/rbac/rbac_dp.adoc— Added suggested reading linksmodules/security/pages/authorization/cloud-authorization.adoc— Updated GBAC xref to index, added control plane/data plane mentionmodules/get-started/pages/whats-new-cloud.adoc— Updated GBAC blurb to reference both CP and DP pagesmodules/get-started/pages/byoc-arch.adoc— Added GBAC alongside RBAC for both control plane and data planemodules/ai-agents/partials/service-account-authorization.adoc— Added GBAC as alternative to RBACmodules/billing/pages/billing-notifications.adoc— Added GBAC link alongside RBACPreview pages
What's New
GBAC index page
GBAC in control plane
GBAC in data plane
Related PR
Register groups in Redpanda Cloudsection from the sharedgbac-dp.adocpartial (moved to this repo'sgbac.adoc)Test plan
Preview: https://deploy-preview-542--rp-cloud.netlify.app/redpanda-cloud/security/authorization/gbac/
🤖 Generated with Claude Code