ivankelly commented on a change in pull request #2888: PIP-25: Token based 
authentication
URL: https://github.com/apache/pulsar/pull/2888#discussion_r233480142
 
 

 ##########
 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:
   not really related, but Tim Berners Lee has said the // in http is a 
mistake. I guess file took the double slash to ape http, the third is to make 
the path absolute. Env should have at most 2 slashes, but none are needed.

----------------------------------------------------------------
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

Reply via email to