shaofengshi commented on code in PR #5783: URL: https://github.com/apache/gravitino/pull/5783#discussion_r1881586800
########## docs/cli.md: ########## @@ -688,10 +694,23 @@ gcli group grant --group groupA --role admin ``` #### Remove a role from a group + ```bash gcli group revoke --group groupA --role admin ``` +### Grant a privilege + +```bash +gcli catalog grant --name catalog_postgres --role admin --privilege create_table modify_table Review Comment: I couldn't agree with this design; I still think the privilege management is on the role level, not on an entity like catalog level. -- 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]
