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 2021/09/16 19:59:42 UTC

[GitHub] [pulsar] michaeljmarshall opened a new pull request #12067: [Broker] Optimize authz checks in ServerCnx when authz is not enabled

michaeljmarshall opened a new pull request #12067:
URL: https://github.com/apache/pulsar/pull/12067


   ### Motivation
   
   This is a minor change to simplify the code path when authorization is not enabled.
   
   ### Modifications
   
   * Update `isNamespaceOperationAllowed` and `isTopicOperationAllowed` to return immediately if authorization is not enabled.
   
   ### Verifying this change
   
   This change is a trivial rework / code cleanup covered by existing tests.
   
   ### Does this pull request potentially affect one of the following parts:
   
   No
   
   ### Documentation
   
   No need to update docs.
   
   


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

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



[GitHub] [pulsar] michaeljmarshall commented on pull request #12067: [Broker] Optimize authz checks in ServerCnx when authz is not enabled

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


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

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

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



[GitHub] [pulsar] michaeljmarshall commented on pull request #12067: [Broker] Optimize authz checks in ServerCnx when authz is not enabled

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


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

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

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



[GitHub] [pulsar] merlimat merged pull request #12067: [Broker] Optimize authz checks in ServerCnx when authz is not enabled

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


   


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

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