This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new b0aa731  add anonymousUserRole to proxy config (#4254)
b0aa731 is described below

commit b0aa7314ff1a927f07da7640b0142e33ab17849d
Author: cckellogg <[email protected]>
AuthorDate: Wed May 15 14:21:49 2019 -0700

    add anonymousUserRole to proxy config (#4254)
---
 conf/proxy.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/conf/proxy.conf b/conf/proxy.conf
index aabd1f0..e110ab4 100644
--- a/conf/proxy.conf
+++ b/conf/proxy.conf
@@ -83,6 +83,9 @@ authenticationEnabled=false
 # Authentication provider name list (a comma-separated list of class names)
 authenticationProviders=
 
+# When this parameter is not empty, unauthenticated users perform as 
anonymousUserRole
+anonymousUserRole=
+
 ### --- Client Authentication --- ###
 
 # The three brokerClient* authentication settings below are for the proxy 
itself and determine how it

Reply via email to