yuruguo opened a new pull request #13393: URL: https://github.com/apache/pulsar/pull/13393
This PR is similar to [13157](https://github.com/apache/pulsar/pull/13157) ### Motivation Currently, there are some namespace operations that only `superUser` can access,. In fact, `tenantAdmin` of this namespace should also be able to access. The namespace operations involved includes: - set-bookie-affinity-group - get-bookie-affinity-group - unload-namespace-bundle - split-namespace-bundle So far, all namespace operation permissions belonging to `superUser` have been reduced to `tenantAdmin` in [NamespacesBase](https://github.com/apache/pulsar/blob/master/pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/impl/NamespacesBase.java). ### Documentation - [x] `no-need-doc` -- 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]
