docs(DOC-1919): add cloud stub for Connect Aurora IAM-roles guide#612
Conversation
The Aurora IAM-roles authentication guide in rp-connect-docs#396 carries tag::single-source[] markers but had no cloud-docs stub, so the guide only publishes under the standalone Redpanda Connect docs. Since DOC-1919 targets Cloud customers and postgres_cdc/mysql_cdc are Cloud-supported, this stub completes the Pattern B single-source. - Stub at modules/develop/pages/connect/guides/cloud/aws-iam-aurora.adoc follows the same shape as sibling stubs aws.adoc and gcp.adoc - nav.adoc entry added under "Cloud Credentials", between aws and gcp - whats-new-cloud entry added under June 2026 Companion PR: redpanda-data/rp-connect-docs#396 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.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 feature that enables Redpanda Connect pipelines to authenticate to Amazon Aurora using IAM roles. The changes include a feature announcement in the "What's New" section describing an IRSA-based two-hop role-chain setup with short-lived RDS IAM tokens, a new guide page for AWS IAM Aurora authentication that includes shared single-source content, and a navigation entry linking to the guide from the Cloud Credentials section. Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Summary
Adds the cloud-docs stub for the new "Authenticate to Amazon Aurora using IAM roles" Connect guide so it publishes under
/cloud-data-platform/develop/connect/guides/cloud/aws-iam-aurora/alongside the existing AWS/GCP credential guides.The Connect-side guide already carries
tag::single-source[]markers but had no cloud-docs stub, so the page was only publishing under the standalone Redpanda Connect docs. Since DOC-1919 targets Cloud customers andpostgres_cdc/pg_stream/mysql_cdcare Cloud-supported, this stub completes the Pattern B single-source.Changes
modules/develop/pages/connect/guides/cloud/aws-iam-aurora.adoc— new stub matching the shape of siblingaws.adocandgcp.adoc(single-source include + page alias)modules/ROOT/nav.adoc— adds the new entry under "Cloud Credentials", between the existing AWS and GCP entriesmodules/get-started/pages/whats-new-cloud.adoc— June 2026 entry describing the new guideCompanion PR
Connect-side content: redpanda-data/rp-connect-docs#396
This cloud-docs PR is safe to merge in either order relative to the Connect-side one, since the include resolves through the
connect:component and the existing guide content is already onmainin Connect (the rp-connect-docs PR refines headings and adds anchors but the body remains in place).Preview pages
Test plan
/cloud-data-platform/develop/connect/guides/cloud/aws-iam-aurora/with full body content (the headings + anchors from rp-connect-docs#396 should all surface)🤖 Generated with Claude Code