natehuangting opened a new issue, #21300:
URL: https://github.com/apache/shardingsphere/issues/21300

   ## Feature Request
   
   The current permission control available for the proxy is basically `type: 
ALL_PERMITTED`. Can it be designed to be similar to 
   the following permission control to intercept various operations at the 
proxy layer.
   
   The following configuration is in server.yaml.
   ```
   rules:
     - !AUTHORITY
       users:
         - root@%:root
         - sharding@:sharding
     - provider:
         type: DEFINE_PERMITTED
         props:
           user-permitted:
             root: super@all
             sharding: delete,dump,update@logic_db1,logic_db2
   ```
   


-- 
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]

Reply via email to