-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
Description
Search before asking
- I had searched in the issues and found no similar issues.
Version
1.2.1.1
What's Wrong?
(1)1.2.1.1 create a catalog for es
(2)Then the user is given a permission:GRANT SELECT_PRIV,LOAD_PRIV,ALTER_PRIV,CREATE_PRIV,DROP_PRIV ON es.. TO 'jack'@'%'
(3)Query by user: select * from es.default_db.test
(4)Report exception: SELECT command denied to user 'default_cluster:jack'@'10.10.x.x' for table
What You Expected?
Query by user sucess
How to Reproduce?
No response
Anything Else?
no
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable