nodece commented on code in PR #16526: URL: https://github.com/apache/pulsar/pull/16526#discussion_r928674445
########## conf/broker.conf: ########## @@ -751,6 +751,13 @@ athenzDomainNames= # When this parameter is not empty, unauthenticated users perform as anonymousUserRole anonymousUserRole= +## Configure the datasource of basic authenticate, supports the file and Base64 format. +# file: +# basicAuthConf=/path/my/.htpasswd +# use Base64 to encode the contents of .htpasswd: +# basicAuthConf=YOUR-BASE64-DATA +basicAuthConf= Review Comment: Do you want to add two config? ``` basicAuthInBase64=YOUR-BASE64-DATA basicAuthInFile=/path/to/basic ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
