maskit commented on a change in pull request #2888: PIP-25: Token based authentication URL: https://github.com/apache/pulsar/pull/2888#discussion_r233493751
########## 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: Who cares :) I'm fine with zero slash. "data:" doesn't have slashes. If there are a standard or de-facto-standard we should follow one of them to not make confusion. ---------------------------------------------------------------- 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
