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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
