Skip to content
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

[DOCS] Necessary permission for Clickhouse user. #1062

Open
TheShubhendra opened this issue Dec 24, 2024 · 1 comment
Open

[DOCS] Necessary permission for Clickhouse user. #1062

TheShubhendra opened this issue Dec 24, 2024 · 1 comment

Comments

@TheShubhendra
Copy link
Contributor

It would be helpful if https://signoz.io/docs/operate/clickhouse/external-clickhouse/ includes a list of the necessary permissions required for the ClickHouse user.

@TheShubhendra
Copy link
Contributor Author

TheShubhendra commented Dec 26, 2024

GRANT ALL ON signoz_traces.* to signoz;
GRANT ALL ON signoz_metrics.* to signoz;
GRANT ALL ON signoz_logs.* to signoz;
GRANT CLUSTER on *.* to signoz;
GRANT ALL on signoz_metadata.* to signoz;
GRANT SELECT on system.clusters to signoz;
GRANT SELECT ON system.distributed_ddl_queue to signoz;
GRANT REMOTE on *.* to signoz;

I figured these are the required permissions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant