Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions local-antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ asciidoc:
- '@redpanda-data/docs-extensions-and-macros/macros/config-ref'
- '@redpanda-data/docs-extensions-and-macros/macros/helm-ref'
- '@redpanda-data/docs-extensions-and-macros/asciidoc-extensions/add-line-numbers-highlights'
- '@redpanda-data/docs-extensions-and-macros/macros/badge'
antora:
extensions:
- require: '@redpanda-data/docs-extensions-and-macros/extensions/generate-rp-connect-info'
Expand Down
1 change: 1 addition & 0 deletions modules/get-started/pages/cloud-overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ The following features are currently in beta in Redpanda Cloud:
* Remote Read Replicas for AWS and GCP
* xref:ai-agents:index.adoc[AI agents with MCP servers]
* Several Redpanda Connect components
* User impersonation for unified authentication and authorization between Redpanda Cloud and Redpanda

== Next steps
* xref:manage:maintenance.adoc[Learn about upgrades and maintenance]
Expand Down
6 changes: 6 additions & 0 deletions modules/get-started/pages/whats-new-cloud.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ This page lists new features added to Redpanda Cloud.

== October 2025

=== User impersonation: beta

BYOC and Dedicated clusters now support unified authentication and authorization between the Redpanda Cloud UI and Redpanda with xref:security:cloud-authentication.adoc#user-impersonation-beta[user impersonation]. This means you can authenticate to fine-grained access within Redpanda using the same credentials you use to authenticate to Redpanda Cloud.

With user impersonation, the topics users see in the UI are identical to what they can access with the Cloud API or `rpk`, ensuring consistent permissions across all interfaces. This glossterm:beta[] feature provides clear auditing of data plane user actions.

=== Remote MCP: beta

Deploy managed MCP servers directly inside your Redpanda Cloud cluster with xref:ai-agents:mcp/remote/overview.adoc[Remote MCP]. Unlike the Redpanda Cloud MCP Server, Remote MCP servers run within your cluster and can process data streams, generate synthetic data, and publish directly to Redpanda topics.
Expand Down
Loading