saandrews commented on a change in pull request #543: Added documents for wildcard matching in authorization URL: https://github.com/apache/incubator-pulsar/pull/543#discussion_r125092672
########## File path: docs/Authorization.md ########## @@ -59,6 +59,41 @@ $ bin/pulsar-admin namespaces grant-permission \ After this, clients identifying with the role `my-client-role`, will be able to use topics in the specified namespace. +When `authorizationAllowWildcardsMatching` is `true` in `broker.conf`, wildcard matching is also allowed. Review comment: Should we rephrase the sentence? Wildcard authorization can be performed when `authorizationAllowWildcardsMatching` is set to `true` in `broker.conf`. ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
