RobertIndie opened a new pull request #11341:
URL: https://github.com/apache/pulsar/pull/11341


   ### Motivation
   
   In https://github.com/apache/pulsar/pull/10375, we add multi roles support 
for JWT authentication. But the authorization does not support multi roles 
currently. Only the first one in the roles array will be used during 
authorization. This PR adds multi roles support for authorization.
   
   ### Modifications
   
   * Add MultiRolesTokenAuthorizationProvider. It will check the permissions of 
all the roles in the roles array, and when one of the roles has permissions, it 
means that the current operation has permissions.
   


-- 
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-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to