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 2020/06/11 09:38:09 UTC

[GitHub] [pulsar] jiazhai opened a new pull request #7241: Fix the regression in isSupperUser

jiazhai opened a new pull request #7241:
URL: https://github.com/apache/pulsar/pull/7241


   ### Motivation
   In #6708, we change to use `isSuperUser(String, AuthenticationDataSource, ServiceConfiguration)` for the dynamic check of superuser using AuthenticationDataSource. And #6428 is using old method  `isSuperUser(String, ServiceConfiguration)`,
   This change tries to change it back.
   
   ### Modifications
   
   switch `isSuperUser(String, ServiceConfiguration)` to `isSuperUser(String, AuthenticationDataSource, ServiceConfiguration)`
   


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

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



[GitHub] [pulsar] sijie commented on pull request #7241: Fix the regression in isSupperUser

Posted by GitBox <gi...@apache.org>.
sijie commented on pull request #7241:
URL: https://github.com/apache/pulsar/pull/7241#issuecomment-646242575


   /pulsarbot run-failure-checks


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

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



[GitHub] [pulsar] jiazhai merged pull request #7241: Fix the regression in isSupperUser

Posted by GitBox <gi...@apache.org>.
jiazhai merged pull request #7241:
URL: https://github.com/apache/pulsar/pull/7241


   


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

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