-
Notifications
You must be signed in to change notification settings - Fork 42
Added info on kakfa engine and grant setup #132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
All contributors have signed the CLA ✍️ ✅ |
|
||
``` | ||
CREATE ROLE 'dbsupport'; | ||
GRANT SELECT on *.* to dbsupport_admin; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dbsupport ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't SHOW TABLES enough?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't SHOW TABLES enough?
it is
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd be glad to take on the task of how to set up permissions for the system database in general. @SaltTan I can talk to you about it this week?
The article describes a workaround for unexpected behaviour in one case. |
I have read the CLA Document and I hereby sign the CLA |
The issue is supposed to be fixed in 25.4 ClickHouse/ClickHouse#77273 |
I have read the CLA Document and I hereby sign the CLA