KannarFr commented on code in PR #17411:
URL: https://github.com/apache/pulsar/pull/17411#discussion_r966206640
##########
pulsar-broker-common/src/main/java/org/apache/pulsar/broker/authorization/PulsarAuthorizationProvider.java:
##########
@@ -482,12 +482,12 @@ public CompletableFuture<Boolean>
allowNamespaceOperationAsync(NamespaceName nam
case GET_TOPIC:
case GET_TOPICS:
case GET_BUNDLE:
+ case CREATE_TOPIC:
return
allowConsumeOrProduceOpsAsync(namespaceName, role, authData);
Review Comment:
The default authZ provider hasn't but it AuthorizationProvider is a plugin
interface that we are using with biscuit token:
https://github.com/CleverCloud/biscuit-pulsar.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]