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 caa335304a1 Docs sync done from apache/pulsar (#6514cdd)
caa335304a1 is described below

commit caa335304a11f7f3f1dc04e0d408c06b4bb89fce
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 12 01:36:00 2023 +0000

    Docs sync done from apache/pulsar (#6514cdd)
---
 .../next/config/reference-configuration-broker.md  | 15 +++++++++++++
 .../config/reference-configuration-pulsar-proxy.md | 26 ++++++++++++++++++++++
 .../config/reference-configuration-standalone.md   | 15 +++++++++++++
 static/swagger/master/swagger.json                 |  7 ++++++
 static/swagger/master/v2/swagger.json              |  7 ++++++
 5 files changed, 70 insertions(+)

diff --git a/static/reference/next/config/reference-configuration-broker.md 
b/static/reference/next/config/reference-configuration-broker.md
index 47f88d70db6..dd291443f61 100644
--- a/static/reference/next/config/reference-configuration-broker.md
+++ b/static/reference/next/config/reference-configuration-broker.md
@@ -278,6 +278,21 @@ If true, the broker will reject all HTTP requests using 
the TRACE and TRACK verb
 
 **Category**: HTTP
 
+### httpMaxRequestHeaderSize
+  The maximum size in bytes of the request header.
+  Larger headers will allow for more and/or larger cookies plus larger form 
content encoded in a URL.
+  However, larger headers consume more memory and can make a server more 
vulnerable to denial of service
+  attacks.
+
+
+**Type**: `int`
+
+**Default**: `8192`
+
+**Dynamic**: `false`
+
+**Category**: HTTP
+
 ### httpMaxRequestSize
 If \>0, it will reject all HTTP requests with bodies larged than the 
configured limit
 
diff --git 
a/static/reference/next/config/reference-configuration-pulsar-proxy.md 
b/static/reference/next/config/reference-configuration-pulsar-proxy.md
index 21f9e2b65da..e5d87b848bd 100644
--- a/static/reference/next/config/reference-configuration-pulsar-proxy.md
+++ b/static/reference/next/config/reference-configuration-pulsar-proxy.md
@@ -242,6 +242,21 @@ The maximum amount of data that will be buffered for 
incoming http requests so t
 
 **Category**: HTTP
 
+### httpMaxRequestHeaderSize
+  The maximum size in bytes of the request header.
+  Larger headers will allow for more and/or larger cookies plus larger form 
content encoded in a URL.
+  However, larger headers consume more memory and can make a server more 
vulnerable to denial of service
+  attacks.
+
+
+**Type**: `int`
+
+**Default**: `8192`
+
+**Dynamic**: `false`
+
+**Category**: HTTP
+
 ### httpNumThreads
 Number of threads to use for HTTP requests processing
 
@@ -562,6 +577,17 @@ Authentication provider name list (a comma-separated list 
of class names
 
 **Category**: Proxy Authentication
 
+### authenticationRefreshCheckSeconds
+Interval of time for checking for expired authentication credentials. Disable 
by setting to 0.
+
+**Type**: `int`
+
+**Default**: `60`
+
+**Dynamic**: `false`
+
+**Category**: Proxy Authentication
+
 ### anonymousUserRole
 When this parameter is not empty, unauthenticated users perform as 
anonymousUserRole
 
diff --git a/static/reference/next/config/reference-configuration-standalone.md 
b/static/reference/next/config/reference-configuration-standalone.md
index 47f88d70db6..dd291443f61 100644
--- a/static/reference/next/config/reference-configuration-standalone.md
+++ b/static/reference/next/config/reference-configuration-standalone.md
@@ -278,6 +278,21 @@ If true, the broker will reject all HTTP requests using 
the TRACE and TRACK verb
 
 **Category**: HTTP
 
+### httpMaxRequestHeaderSize
+  The maximum size in bytes of the request header.
+  Larger headers will allow for more and/or larger cookies plus larger form 
content encoded in a URL.
+  However, larger headers consume more memory and can make a server more 
vulnerable to denial of service
+  attacks.
+
+
+**Type**: `int`
+
+**Default**: `8192`
+
+**Dynamic**: `false`
+
+**Category**: HTTP
+
 ### httpMaxRequestSize
 If \>0, it will reject all HTTP requests with bodies larged than the 
configured limit
 
diff --git a/static/swagger/master/swagger.json 
b/static/swagger/master/swagger.json
index e17a4146eec..92223a5ec61 100644
--- a/static/swagger/master/swagger.json
+++ b/static/swagger/master/swagger.json
@@ -1430,6 +1430,9 @@
                     "format": "int64",
                     "type": "integer"
                 },
+                "loadManagerClassName": {
+                    "type": "string"
+                },
                 "loadReportType": {
                     "type": "string"
                 },
@@ -1516,6 +1519,10 @@
                 "pulsarServiceUrlTls": {
                     "type": "string"
                 },
+                "startTimestamp": {
+                    "format": "int64",
+                    "type": "integer"
+                },
                 "systemResourceUsage": {
                     "$ref": "#/definitions/SystemResourceUsage"
                 },
diff --git a/static/swagger/master/v2/swagger.json 
b/static/swagger/master/v2/swagger.json
index e17a4146eec..92223a5ec61 100644
--- a/static/swagger/master/v2/swagger.json
+++ b/static/swagger/master/v2/swagger.json
@@ -1430,6 +1430,9 @@
                     "format": "int64",
                     "type": "integer"
                 },
+                "loadManagerClassName": {
+                    "type": "string"
+                },
                 "loadReportType": {
                     "type": "string"
                 },
@@ -1516,6 +1519,10 @@
                 "pulsarServiceUrlTls": {
                     "type": "string"
                 },
+                "startTimestamp": {
+                    "format": "int64",
+                    "type": "integer"
+                },
                 "systemResourceUsage": {
                     "$ref": "#/definitions/SystemResourceUsage"
                 },

Reply via email to