Hi Signoz Team I have nearly followed the quick i...
# support
g
Hi Signoz Team I have nearly followed the quick install on Linux (no docker possible here) I have created a "signoz" user to clickhouse to not let the default user "admin" play a role in this. I have to grant a lot of different stuff. Right now I have done
Copy code
clickhouse-client -q "GRANT CLUSTER ON *.* TO signoz;"
clickhouse-client -q "GRANT CREATE DATABASE ON signoz_metadata.* TO signoz;"
clickhouse-client -q "GRANT CREATE DATABASE ON signoz_analytics.* TO signoz;"
clickhouse-client -q "GRANT SELECT(host_address, port, cluster) ON system.clusters TO signoz;"
clickhouse-client -q "GRANT SELECT(entry, cluster, query, host, port, status, exception_code) ON system.distributed_ddl_queue TO signoz;"
And I'm not finish. Is there a simple "ADMIN" role that I can give to my signoz user ?