Skip to content
Merged
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
2 changes: 1 addition & 1 deletion local-antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ content:
- url: .
branches: HEAD
- url: https://github.com/redpanda-data/documentation
branches: [main, v/*, shared, site-search]
branches: [config-automation, v/*, shared, site-search]
- url: https://github.com/redpanda-data/docs-site
branches: [main]
start_paths: [home]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ NOTE: Some properties require a cluster restart for updates to take effect. This

== Cluster configuration

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]
include::ROOT:reference:partial$properties/cluster-properties.adoc[tags=redpanda-cloud;!deprecated;!exclude-from-docs]
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ NOTE: Some properties require a cluster restart for updates to take effect. This

== Cluster configuration

include::ROOT:reference:properties/object-storage-properties.adoc[tags=cloud_storage_azure_storage_account;cloud_storage_azure_container]
include::ROOT:reference:partial$properties/object-storage-properties.adoc[tags=redpanda-cloud;!deprecated;!exclude-from-docs]
1 change: 1 addition & 0 deletions modules/security/pages/cloud-authentication.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
= Authentication
:description: Learn about Redpanda Cloud authentication.
:page-toclevels: 3
:page-aliases: manage:security/authentication.adoc

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

Expand Down