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 2022/06/20 09:28:04 UTC

[GitHub] [pulsar] nodece commented on a diff in pull request #14137: Update security-jwt.md

nodece commented on code in PR #14137:
URL: https://github.com/apache/pulsar/pull/14137#discussion_r901451230


##########
site2/docs/security-jwt.md:
##########
@@ -236,6 +236,9 @@ tokenSecretKey=file:///path/to/secret.key
 
 # If using public/private (Note: key files must be DER-encoded)
 # tokenPublicKey=file:///path/to/public.key
+# Role names that are treated as "super-user", meaning they will be able to do all admin
+# operations and publish/consume from all topics
+superUserRoles=test-user

Review Comment:
   Good catch, both are correct! 
   
   We need to split the authentication and authorization config, @momo-jun should be working on this.
   



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