You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/08/25 14:57:21 UTC

[GitHub] [pulsar] Demogorgon314 removed a comment on issue #11757: Failed to load an authentication provider java.lang.NullPointerException

Demogorgon314 removed a comment on issue #11757:
URL: https://github.com/apache/pulsar/issues/11757#issuecomment-904535266


   If you want to use `AuthenticationProviderBasic`, you need to set the environment variable `pulsar.auth.basic.conf` to specify the basic auth users config path.
   
   Example conf file content:
   ```conf
   user1:password1
   user2:password2
   ```


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org