[v/25.2] manage: document rpk OAUTHBEARER (OIDC) for Kafka/Admin/SR APIs#1767
Conversation
….2 backport] Ports the rpk OAUTHBEARER docs from main (the OIDC work that #1762 refines) to v/25.2, since rpk OAUTHBEARER support (redpanda-data/redpanda#30169) was backported to the v25.2.x release line: - rpk -X reference: OAUTHBEARER sasl.mechanism note + user/pass guidance. - authentication partial: add the "Connect to Redpanda with OIDC using rpk" section (incl. a "Validate OIDC authentication" step); correct three stale "rpk only supports basic auth for the Admin API" notes. GBAC and sasl_mechanisms_overrides xrefs are dropped, as neither exists on v/25.2 (sasl_mechanisms_overrides is a v25.3+ property). - netlify.toml: pin NODE_VERSION=20 so the new Netlify build image builds the preview. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for redpanda-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 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:
✨ 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 |
|
@david-yu — found why your v/25.2 PRs (#1765, #1767) won't build, and it's not your content. v/25.2's playbook was left pointing at the old Fix is up: #1768 (3-line playbook patch on v/25.2). Once #1768 merges, please rebase #1765 and #1767 on the updated v/25.2 (or re-trigger the deploy) so the previews pick up the corrected playbook. One more thing when you do: don't trust a green Netlify SUCCESS — grep the deploy log for |
Backports the rpk OAUTHBEARER documentation to v/25.2. rpk OAUTHBEARER (redpanda-data/redpanda#30169) was backported to the v25.2.x release line, so it should be documented here. Companion to the v/25.3 backport (#1766).
A literal #1762 cherry-pick wasn't possible (the foundational OAUTHBEARER content it refines isn't on this branch — authentication.adoc is ~500 lines behind main), so this ports the self-contained feature docs:
-Xreference:OAUTHBEARERacceptable value +sasl.mechanismnote +user/passcross-notes.[[oidc-rpk]]"Connect to Redpanda with OIDC using rpk" section (with a Validate OIDC authentication step); corrects three stale "rpk only supports basic auth for the Admin API" notes.sasl_mechanisms_overridesxref from main are omitted — neither exists on v/25.2 (sasl_mechanisms_overridesis a v25.3+ property), so the prerequisite referencessasl_mechanismsonly.netlify.toml: pinsNODE_VERSION = "20"so the new Netlify image builds the preview.Verified: delimited blocks balanced, both anchors present, all remaining xref targets resolve on this branch, no stale claims and no dangling GBAC/overrides references.
🤖 Generated with Claude Code