Skip to content

Commit f2524d3

Browse files
authored
Add config property automation (#445)
* Add config property automation * Update local-antora-playbook.yml * Apply suggestions from code review
1 parent e0165cc commit f2524d3

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

local-antora-playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ content:
1515
- url: .
1616
branches: HEAD
1717
- url: https://github.com/redpanda-data/documentation
18-
branches: [main, v/*, shared, site-search]
18+
branches: [config-automation, v/*, shared, site-search]
1919
- url: https://github.com/redpanda-data/docs-site
2020
branches: [main]
2121
start_paths: [home]

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;schema_registry_enable_authorization;kafka_connections_max_per_ip;kafka_connections_max_overrides;auto_create_topics_enabled]
11+
include::ROOT:reference:partial$properties/cluster-properties.adoc[tags=redpanda-cloud;!deprecated;!exclude-from-docs]

modules/reference/pages/properties/object-storage-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/object-storage-properties.adoc[tags=cloud_storage_azure_storage_account;cloud_storage_azure_container]
11+
include::ROOT:reference:partial$properties/object-storage-properties.adoc[tags=redpanda-cloud;!deprecated;!exclude-from-docs]

modules/security/pages/cloud-authentication.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
= Authentication
22
:description: Learn about Redpanda Cloud authentication.
33
:page-toclevels: 3
4+
:page-aliases: manage:security/authentication.adoc
45

56
Redpanda Cloud provides secure authentication for both users accessing the platform and services connecting to your clusters.
67

0 commit comments

Comments
 (0)