Skip to content

Permissions needed for the Clickhouse #4906

Closed Answered by k-anshul
Pranavk02 asked this question in Q&A
Discussion options

You must be logged in to vote

I am able to create a dashboard with a user with following permissions (My tables are in default db).

CREATE USER readonly_user IDENTIFIED WITH plaintext_password BY 'your_password';
CREATE ROLE select_role;
GRANT SELECT ON default.* TO select_role;
GRANT select_role TO readonly_user;

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@Pranavk02
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Pranavk02
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants