merlimat commented on a change in pull request #2888: PIP-25: Token based authentication URL: https://github.com/apache/pulsar/pull/2888#discussion_r233560133
########## 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: Good point. I'll merge the 3 keys into a single one and make sure the same conf also applies to `client.conf` for consistency. ---------------------------------------------------------------- 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
