jerrypeng opened a new pull request #3383:  refactor AuthorizationProvider 
interface to allow custom logic for determining super user
URL: https://github.com/apache/pulsar/pull/3383
 
 
   ### Motivation
   
   Currently the logic for determining if a role is a super user is not 
pluggable.  Thus, users have to specify who is a super using the the 
configuration of a broker which is hard coded.  
   
   Making the logic of determining if a role is a super user pluggable while 
allow users more flexibility in setting super users which can be a dynamic list 
of users held in an external source.
   
   ### Modifications
   
   Made the mechanism of determining super users pluggable

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to