loserwang1024 opened a new issue, #3679: URL: https://github.com/apache/fluss/issues/3679
### Search before asking - [x] I searched in the [issues](https://github.com/apache/fluss/issues) and found nothing similar. ### Description Currently, ALTER permission is used for creating and dropping ACLs, but its semantics are ambiguous here. ALTER should represent modifying database or table definitions/configuration, not managing authorization rules. ACL modification controls access permissions themselves, so it should require a stronger and clearer permission. This issue proposes changing ACL create/drop authorization from ALTER to ALL, and updating related tests, docs, and upgrade notes. ### Willingness to contribute - [x] I'm willing to submit a PR! -- 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]
