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 2019/01/17 21:37:58 UTC

[GitHub] jerrypeng opened a new pull request #3383: refactor AuthorizationProvider interface to allow custom logic for determining super user

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


With regards,
Apache Git Services