zymap opened a new issue #9179: URL: https://github.com/apache/pulsar/issues/9179
**Motivation** We have two sets of the auth actions in the Pulsar Authorization Service. One is the [AuthAction](https://github.com/apache/pulsar/blob/master/pulsar-common/src/main/java/org/apache/pulsar/common/policies/data/AuthAction.java). Another group is Operations, including [Tenant Operations](https://github.com/apache/pulsar/blob/master/pulsar-common/src/main/java/org/apache/pulsar/common/policies/data/TenantOperation.java), [Namespace Operaions](https://github.com/apache/pulsar/blob/master/pulsar-common/src/main/java/org/apache/pulsar/common/policies/data/NamespaceOperation.java), and [Topic Opeartions](https://github.com/apache/pulsar/blob/master/pulsar-common/src/main/java/org/apache/pulsar/common/policies/data/TopicOperation.java) We need to uniform the auth actions to the Operations to ensure we only have one set of permissions. ---------------------------------------------------------------- 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: [email protected]
