提交 cdd86426 编写于 作者: B Boyang Jerry Peng 提交者: Jia Zhai

fix: add anonymous role to proxy configuration (#4733)

(cherry picked from commit 26fc4efe)
上级 b7ca1060
......@@ -253,6 +253,12 @@ public class ProxyConfiguration implements PulsarConfiguration {
)
private boolean tlsEnabledWithBroker = false;
@FieldContext(
category = CATEGORY_AUTHORIZATION,
doc = "When this parameter is not empty, unauthenticated users perform as anonymousUserRole"
)
private String anonymousUserRole = null;
/***** --- TLS --- ****/
@Deprecated
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册