ivankelly commented on a change in pull request #2888: PIP-25: Token based authentication URL: https://github.com/apache/pulsar/pull/2888#discussion_r233480368
########## File path: conf/broker.conf ########## @@ -274,6 +274,24 @@ athenzDomainNames= # When this parameter is not empty, unauthenticated users perform as anonymousUserRole anonymousUserRole= +### --- Token Authentication Provider --- ### + +## Simmetric key +# Configure the secret key directly in this config file +tokenSecretKey= +# Read secret key from an environment variable +tokenSecretKeyFromEnv= +# Read secret key from a file +tokenSecretKeyFromFile= Review comment: Also, it becomes a URI not a URL since it's not really pointing to a location ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
