Skip to content

Commit 3b8c6f9

Browse files
authored
Merge branch 'main' into bump-xref-cleanup
2 parents 0ebcc45 + 0e55bbe commit 3b8c6f9

File tree

13 files changed

+60
-10
lines changed

13 files changed

+60
-10
lines changed

modules/ROOT/nav.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@
405405
*** xref:manage:cluster-maintenance/config-cluster.adoc[]
406406
*** xref:manage:audit-logging.adoc[]
407407
**** xref:manage:audit-logging/audit-log-samples.adoc[]
408+
*** xref:manage:cluster-maintenance/manage-throughput.adoc[]
408409
** xref:manage:monitor-cloud.adoc[]
409410
** xref:manage:mountable-topics.adoc[]
410411
** xref:manage:rpk/index.adoc[Redpanda CLI]
@@ -425,6 +426,7 @@
425426
*** xref:manage:schema-reg/schema-reg-overview.adoc[]
426427
*** xref:manage:schema-reg/schema-reg-ui.adoc[]
427428
*** xref:manage:schema-reg/schema-reg-api.adoc[]
429+
*** xref:manage:schema-reg/schema-reg-authorization.adoc[Schema Registry Authorization]
428430
*** xref:manage:schema-reg/record-deserialization.adoc[Deserialization]
429431
*** xref:manage:schema-reg/programmable-push-filters.adoc[Programmable Push Filters]
430432
*** xref:manage:schema-reg/edit-topic-configuration.adoc[Edit Topic Configuration]
@@ -493,6 +495,10 @@
493495
**** xref:reference:rpk/rpk-cluster/rpk-cluster-logdirs.adoc[]
494496
***** xref:reference:rpk/rpk-cluster/rpk-cluster-logdirs-describe.adoc[]
495497
**** xref:reference:rpk/rpk-cluster/rpk-cluster-info.adoc[]
498+
**** xref:reference:rpk/rpk-cluster/rpk-cluster-quotas.adoc[]
499+
***** xref:reference:rpk/rpk-cluster/rpk-cluster-quotas-alter.adoc[]
500+
***** xref:reference:rpk/rpk-cluster/rpk-cluster-quotas-describe.adoc[]
501+
***** xref:reference:rpk/rpk-cluster/rpk-cluster-quotas-import.adoc[]
496502
**** xref:reference:rpk/rpk-cluster/rpk-cluster-storage.adoc[]
497503
***** xref:reference:rpk/rpk-cluster/rpk-cluster-storage-cancel-mount.adoc[]
498504
***** xref:reference:rpk/rpk-cluster/rpk-cluster-storage-list-mount.adoc[]

modules/get-started/pages/cloud-overview.adoc

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,12 @@ include::get-started:partial$get-started-serverless.adoc[]
4545

4646
=== Bring Your Own Cloud (BYOC)
4747

48-
With BYOC clusters, you deploy Redpanda in your own cloud (AWS, Azure, or GCP), and all data is
49-
contained in your own environment. This provides an additional layer of security and isolation. (See xref:get-started:byoc-arch.adoc[].) When you create a BYOC cluster, you select the supported xref:reference:tiers/byoc-tiers.adoc[tier] that meets your compute and storage needs. Redpanda handles provisioning, operations, and maintenance.
48+
With BYOC clusters, you deploy the Redpanda glossterm:data plane[] into your existing VPC (for AWS and GCP) or VNet (for Azure), and all data is
49+
contained in your own environment. This provides an additional layer of security and isolation. (See xref:get-started:byoc-arch.adoc[].) Redpanda manages provisioning, monitoring, upgrades, and security policies, and it manages required resources in your VPC or VNet, including subnets (subnetworks in GCP), IAM roles, and object storage resources (for example, S3 buckets or Azure Storage accounts).
5050

51-
NOTE: With standard BYOC clusters, Redpanda manages security policies and resources for your VPC or VNet, including subnetworks, IAM roles, and storage buckets/accounts.
51+
==== Bring Your Own VPC/VNet (BYOVPC/BYOVNet)
5252

53-
==== Bring Your Own Network (BYOVPC/BYOVNet)
54-
55-
BYOVPC or BYOVNet clusters allow you to deploy the Redpanda glossterm:data plane[] into your existing VPC (for AWS or GCP) or VNet (for Azure) and take full control of the networking lifecycle. Compared to standard BYOC, BYOVPC/BYOVNet provides more security, but the configuration is more complex. See <<Shared responsibility model>>.
53+
With BYOVPC/BYOVNet clusters, you take full control of the networking lifecycle. Compared to standard BYOC, BYOVPC/BYOVNet provides more security, but the configuration is more complex. See the xref:get-started:cloud-overview.adoc#shared-responsibility-model[shared responsibility model] to understand what you manage versus what Redpanda manages.
5654

5755
The BYOC infrastructure that Redpanda manages should not be used to deploy any other workloads.
5856

modules/get-started/pages/cluster-types/byoc/gcp/enable-rpcn-byovpc-gcp.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
= Enable Redpanda Connect on an Existing BYOVPC Cluster on GCP
22
:description: Add Redpanda Connect to your existing BYOVPC cluster.
33

4+
[IMPORTANT]
5+
====
6+
BYOVPC is an add-on feature that may require an additional purchase. To unlock this feature for your account, contact your Redpanda account team or https://www.redpanda.com/price-estimator[Redpanda Sales^].
7+
====
8+
49

510
To enable Redpanda Connect on an existing BYOVPC cluster, you must update your configuration. You can also create xref:get-started:cluster-types/byoc/gcp/vpc-byo-gcp.adoc[a new BYOVPC cluster] with Redpanda Connect already enabled.
611

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
= BYOC
2-
:description: Learn how to create a Bring Your Own Cloud (BYOC) or Bring Your Own Virtual Private Cloud (BYOVPC) cluster.
2+
:description: Learn how to create a Bring Your Own Cloud (BYOC), Bring Your Own Virtual Private Cloud (BYOVPC), or Bring Your Own Virtual Network (BYOVNet) cluster.
33
:page-layout: index
4-
:page-aliases: deploy:deployment-option/cloud/provision-a-byoc-cluster/index.adoc
4+
:page-aliases: deploy:deployment-option/cloud/provision-a-byoc-cluster/index.adoc
5+
6+
7+
Bring Your Own Cloud (BYOC) lets you run Redpanda in your own cloud environment while using managed services provided by Redpanda. With BYOC clusters, Redpanda deploys into your existing cloud network:
8+
9+
* AWS and GCP: Virtual Private Cloud (VPC)
10+
* Azure: Virtual Network (VNet)
11+
12+
Your data never leaves your environment, giving you extra security and control. See xref:get-started:byoc-arch.adoc[BYOC architecture] for details. Redpanda manages provisioning, monitoring, upgrades, and security policies, and it manages required resources in your VPC or VNet, including subnets (subnetworks in GCP), IAM roles, and object storage resources (for example, S3 buckets or Azure Storage accounts). You get hands-off operations with a 99.99% uptime guarantee while keeping full control of your data.
13+
14+
If you want to manage the networking infrastructure yourself, create a Bring Your Own Virtual Private Cloud (BYOVPC) or Bring Your Own Virtual Network (BYOVNet) cluster. With BYOVPC/BYOVNet, the Redpanda agent does not create or change resources in your account. This is ideal for organizations with stringent compliance requirements or existing network configurations, when you need full control over the network lifecycle. Compared to standard BYOC, BYOVPC/BYOVNet provides more security, but the configuration is more complex. See the xref:get-started:cloud-overview.adoc#shared-responsibility-model[shared responsibility model] to understand what you manage versus what Redpanda manages.
15+
16+
IMPORTANT: Don't deploy other workloads on the BYOC infrastructure that Redpanda manages.

modules/get-started/pages/whats-new-cloud.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ A new xref:manage:iceberg/iceberg-topics-aws-glue.adoc[integration with AWS Glue
1515

1616
See xref:manage:iceberg/rest-catalog/index.adoc[] for supported Iceberg REST catalog integrations.
1717

18+
=== Manage throughput
19+
20+
Redpanda Cloud now lets you xref:manage:cluster-maintenance/manage-throughput.adoc[manage throughput] configuration at the broker and client levels. You can manage client quotas with xref:reference:rpk/rpk-cluster/rpk-cluster-quotas.adoc[`rpk cluster quotas`] or with the Kafka API. When no quotas apply, the client has unlimited throughput.
21+
1822
== July 2025
1923

2024
=== Iceberg topics in Redpanda Cloud: GA
@@ -25,6 +29,11 @@ xref:manage:iceberg/about-iceberg-topics.adoc[Iceberg topics] are now generally
2529

2630
xref:get-started:cluster-types/byoc/azure/create-byoc-cluster-azure.adoc[BYOC for Azure] is now generally available (GA).
2731

32+
33+
=== Schema Registry Authorization
34+
35+
You can now use xref:manage:schema-reg/schema-reg-authorization.adoc[Schema Registry Authorization] to control access to Schema Registry subjects and operations. Schema Registry Authorization offers more granular control over who can do what with your Redpanda Schema Registry resources. ACLs used for Schema Registry access also support RBAC roles.
36+
2837
=== Kafka Connect disabled on new clusters
2938

3039
xref:develop:managed-connectors/index.adoc[Kafka Connect] is now disabled by default on all new clusters. To unlock this feature for your account, contact https://support.redpanda.com/hc/en-us/requests/new[Redpanda Support^]. If you previously enabled Kafka Connect on a cluster and want to xref:develop:managed-connectors/disable-kc.adoc[disable it], you can use the Cloud API.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
= Manage Throughput
2+
:description: Manage the throughput of Kafka traffic with configurable properties.
3+
4+
include::ROOT:manage:cluster-maintenance/manage-throughput.adoc[tag=single-source]
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
= Schema Registry Authorization
2+
:description: Learn how to set up and manage Schema Registry Authorization using ACL definitions that control user access to specific Schema Registry operations.
3+
4+
include::ROOT:manage:schema-reg/schema-reg-authorization.adoc[tag=single-source]

modules/networking/pages/byoc/gcp/vpc-peering-gcp.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ To start sending data to the Redpanda cluster, you must configure the VPC networ
66

77
== Prerequisites
88

9-
* A GCP account
9+
* A GCP account.
1010
* A running BYOC cluster in GCP. See xref:get-started:cluster-types/byoc/gcp/create-byoc-cluster-gcp.adoc[Create a BYOC Cluster on GCP].
1111
* Your Redpanda cluster and VPC must be in the same region.
1212

modules/reference/pages/properties/cluster-properties.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ NOTE: Some properties require a cluster restart for updates to take effect. This
88

99
== Cluster configuration
1010

11-
include::ROOT:reference:properties/cluster-properties.adoc[tags=audit_enabled;audit_excluded_principals;audit_excluded_topics;data_transforms_enabled;data_transforms_logging_line_max_bytes;iceberg_catalog_type;iceberg_delete;iceberg_enabled;iceberg_rest_catalog_client_id;iceberg_rest_catalog_client_secret;iceberg_rest_catalog_token;iceberg_rest_catalog_authentication_mode;iceberg_rest_catalog_base_location;iceberg_rest_catalog_endpoint;iceberg_rest_catalog_oauth2_server_uri;iceberg_rest_catalog_warehouse;iceberg_rest_catalog_request_timeout_ms;iceberg_default_partition_spec;iceberg_invalid_record_action;iceberg_target_lag_ms;iceberg_rest_catalog_trust;iceberg_rest_catalog_crl;data_transforms_per_function_memory_limit;data_transforms_binary_max_size;log_segment_ms;http_authentication;iceberg_catalog_base_location;default_topic_replications;minimum_topic_replications;oidc_discovery_url;oidc_principal_mapping;oidc_token_audience;sasl_mechanisms;tls_min_version;audit_log_num_partitions;data_transforms_per_core_memory_reservation;iceberg_disable_snapshot_tagging;enable_consumer_group_metrics]
11+
include::ROOT:reference:properties/cluster-properties.adoc[tags=audit_enabled;audit_excluded_principals;audit_excluded_topics;data_transforms_enabled;data_transforms_logging_line_max_bytes;iceberg_catalog_type;iceberg_delete;iceberg_enabled;iceberg_rest_catalog_client_id;iceberg_rest_catalog_client_secret;iceberg_rest_catalog_token;iceberg_rest_catalog_authentication_mode;iceberg_rest_catalog_base_location;iceberg_rest_catalog_endpoint;iceberg_rest_catalog_oauth2_server_uri;iceberg_rest_catalog_warehouse;iceberg_rest_catalog_request_timeout_ms;iceberg_default_partition_spec;iceberg_invalid_record_action;iceberg_target_lag_ms;iceberg_rest_catalog_trust;iceberg_rest_catalog_crl;data_transforms_per_function_memory_limit;data_transforms_binary_max_size;log_segment_ms;http_authentication;iceberg_catalog_base_location;default_topic_replications;minimum_topic_replications;oidc_discovery_url;oidc_principal_mapping;oidc_token_audience;sasl_mechanisms;tls_min_version;audit_log_num_partitions;data_transforms_per_core_memory_reservation;iceberg_disable_snapshot_tagging;enable_consumer_group_metrics;schema_registry_enable_authorization]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
= rpk cluster quotas alter
2+
3+
include::ROOT:reference:rpk/rpk-cluster/rpk-cluster-quotas-alter.adoc[tag=single-source]

0 commit comments

Comments
 (0)