This is an automated email from the ASF dual-hosted git repository.
urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new 14556a98cc1 Docs sync done from apache/pulsar (#63220ea)
14556a98cc1 is described below
commit 14556a98cc1412fbc0c2caf35ef2e5214b312691
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Feb 7 01:40:52 2026 +0000
Docs sync done from apache/pulsar (#63220ea)
---
.../next/config/reference-configuration-broker.md | 22 ++++++++++++++++++++
.../config/reference-configuration-pulsar-proxy.md | 24 ++++++++++++++++++++++
.../config/reference-configuration-standalone.md | 22 ++++++++++++++++++++
3 files changed, 68 insertions(+)
diff --git a/static/reference/next/config/reference-configuration-broker.md
b/static/reference/next/config/reference-configuration-broker.md
index e0d5411d142..1463c4b7442 100644
--- a/static/reference/next/config/reference-configuration-broker.md
+++ b/static/reference/next/config/reference-configuration-broker.md
@@ -129,6 +129,17 @@ TLS trusted certificate file for internal client, used by
the internal client to
**Category**: Authentication
+### strictAuthMethod
+Strictly enforce authentication method. If specified, Pulsar will only attempt
to authenticate with the provided method. If no method is provided,
authentication fails.
+
+**Type**: `boolean`
+
+**Default**: `false`
+
+**Dynamic**: `false`
+
+**Category**: Authentication
+
### anonymousUserRole
When this parameter is not empty, unauthenticated users perform as
anonymousUserRole
@@ -337,6 +348,17 @@ Max HTTP requests per seconds allowed. The excess of
requests will be rejected w
**Category**: HTTP
+### httpServerIdleTimeout
+Idle timeout for HTTP server connections in milliseconds.
+
+**Type**: `int`
+
+**Default**: `30000`
+
+**Dynamic**: `false`
+
+**Category**: HTTP
+
### brokerClientSslProvider
The TLS Provider used by internal client to authenticate with other Pulsar
brokers
diff --git
a/static/reference/next/config/reference-configuration-pulsar-proxy.md
b/static/reference/next/config/reference-configuration-pulsar-proxy.md
index a91b7e66685..14a740d3fe4 100644
--- a/static/reference/next/config/reference-configuration-pulsar-proxy.md
+++ b/static/reference/next/config/reference-configuration-pulsar-proxy.md
@@ -292,6 +292,19 @@ The amount of data that will be buffered for http requests
before it is flushed
**Category**: HTTP
+### httpProxyIdleTimeout
+Http proxy idle timeout.
+
+The idle timeout value for HTTP proxy is in millisecond.
+
+**Type**: `int`
+
+**Default**: `30000`
+
+**Dynamic**: `false`
+
+**Category**: HTTP
+
### httpProxyTimeout
Http proxy timeout.
@@ -338,6 +351,17 @@ Http directs to redirect to non-pulsar services
**Category**: HTTP
+### httpServerIdleTimeout
+Idle timeout for HTTP server connections in milliseconds.
+
+**Type**: `int`
+
+**Default**: `30000`
+
+**Dynamic**: `false`
+
+**Category**: HTTP
+
### metricsServletTimeoutMs
Time in milliseconds that metrics endpoint would time out. Default is 30s.
Set it to 0 to disable timeout.
diff --git a/static/reference/next/config/reference-configuration-standalone.md
b/static/reference/next/config/reference-configuration-standalone.md
index e0d5411d142..1463c4b7442 100644
--- a/static/reference/next/config/reference-configuration-standalone.md
+++ b/static/reference/next/config/reference-configuration-standalone.md
@@ -129,6 +129,17 @@ TLS trusted certificate file for internal client, used by
the internal client to
**Category**: Authentication
+### strictAuthMethod
+Strictly enforce authentication method. If specified, Pulsar will only attempt
to authenticate with the provided method. If no method is provided,
authentication fails.
+
+**Type**: `boolean`
+
+**Default**: `false`
+
+**Dynamic**: `false`
+
+**Category**: Authentication
+
### anonymousUserRole
When this parameter is not empty, unauthenticated users perform as
anonymousUserRole
@@ -337,6 +348,17 @@ Max HTTP requests per seconds allowed. The excess of
requests will be rejected w
**Category**: HTTP
+### httpServerIdleTimeout
+Idle timeout for HTTP server connections in milliseconds.
+
+**Type**: `int`
+
+**Default**: `30000`
+
+**Dynamic**: `false`
+
+**Category**: HTTP
+
### brokerClientSslProvider
The TLS Provider used by internal client to authenticate with other Pulsar
brokers