vikiuvb opened a new issue, #22944: URL: https://github.com/apache/shardingsphere/issues/22944
Let's assume we have a web application connecting to the ShardingSphere proxy. The application uses a separate user, 'appuser' to connect to the database. Since the application only performs CRUD operations on the table, we grant only the `INSERT, UPDATE, DELETE and SELECT` privileges to the 'appuser'. In this case, how do we prevent the 'appuser' from executing the DistSQL commands? I looked at the documentation and the code, and I don't seem to find any way to achieve it. -- 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]
