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 678a24dcc1f Docs sync done from apache/pulsar (#7c8d3c9)
678a24dcc1f is described below
commit 678a24dcc1fe1b5e2937adea326e4d57948efffd
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 24 01:36:18 2025 +0000
Docs sync done from apache/pulsar (#7c8d3c9)
---
.../reference/next/config/reference-configuration-broker.md | 11 +++++++++++
.../next/config/reference-configuration-pulsar-proxy.md | 11 +++++++++++
.../next/config/reference-configuration-standalone.md | 11 +++++++++++
3 files changed, 33 insertions(+)
diff --git a/static/reference/next/config/reference-configuration-broker.md
b/static/reference/next/config/reference-configuration-broker.md
index f1f0f2ac603..50818c5522d 100644
--- a/static/reference/next/config/reference-configuration-broker.md
+++ b/static/reference/next/config/reference-configuration-broker.md
@@ -2719,6 +2719,17 @@ Whether allow topic level entry filters policies
overrides broker configuration.
**Category**: Server
+### authenticationRoleLoggingAnonymizer
+Defines how the broker will anonymize the role and originalAuthRole before
logging. Possible values are: NONE (no anonymization), REDACTED (replaces with
'[REDACTED]'), hash:SHA256 (hashes using SHA-256), and hash:MD5 (hashes using
MD5). Default is NONE.
+
+**Type**: `java.lang.String`
+
+**Default**: `NONE`
+
+**Dynamic**: `false`
+
+**Category**: Server
+
### bindAddress
Hostname or IP address the service binds on
diff --git
a/static/reference/next/config/reference-configuration-pulsar-proxy.md
b/static/reference/next/config/reference-configuration-pulsar-proxy.md
index 527c2396a91..cd8bba3881d 100644
--- a/static/reference/next/config/reference-configuration-pulsar-proxy.md
+++ b/static/reference/next/config/reference-configuration-pulsar-proxy.md
@@ -757,6 +757,17 @@ Hostname or IP address the service advertises to the
outside world. If not set,
**Category**: Server
+### authenticationRoleLoggingAnonymizer
+Defines how the broker will anonymize the role and originalAuthRole before
logging. Possible values are: NONE (no anonymization), REDACTED (replaces with
'[REDACTED]'), hash:SHA256 (hashes using SHA-256), and hash:MD5 (hashes using
MD5). Default is NONE.
+
+**Type**: `java.lang.String`
+
+**Default**: `NONE`
+
+**Dynamic**: `false`
+
+**Category**: Server
+
### bindAddress
Hostname or IP address the service binds on
diff --git a/static/reference/next/config/reference-configuration-standalone.md
b/static/reference/next/config/reference-configuration-standalone.md
index f1f0f2ac603..50818c5522d 100644
--- a/static/reference/next/config/reference-configuration-standalone.md
+++ b/static/reference/next/config/reference-configuration-standalone.md
@@ -2719,6 +2719,17 @@ Whether allow topic level entry filters policies
overrides broker configuration.
**Category**: Server
+### authenticationRoleLoggingAnonymizer
+Defines how the broker will anonymize the role and originalAuthRole before
logging. Possible values are: NONE (no anonymization), REDACTED (replaces with
'[REDACTED]'), hash:SHA256 (hashes using SHA-256), and hash:MD5 (hashes using
MD5). Default is NONE.
+
+**Type**: `java.lang.String`
+
+**Default**: `NONE`
+
+**Dynamic**: `false`
+
+**Category**: Server
+
### bindAddress
Hostname or IP address the service binds on