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/02/07 02:43:52 UTC

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

RobertIndie commented on a change in pull request #14137:
URL: https://github.com/apache/pulsar/pull/14137#discussion_r800282947



##########
File path: 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:
       This does not seem to be the necessary parameter to set up the authentication for the broker. This parameter is part of the authorization section and we already mentioned it in the authorization section: https://pulsar.apache.org/docs/en/security-authorization/#enable-authorization-and-assign-superusers




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