From b546cb9942c433fb341b248b1988029e4565b76e Mon Sep 17 00:00:00 2001 From: Slach Date: Mon, 6 Jan 2025 18:53:31 +0500 Subject: [PATCH] fix for https://github.com/Altinity/clickhouse-operator/issues/1604 --- docs/chi-examples/05-settings-08-grants.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/chi-examples/05-settings-08-grants.yaml b/docs/chi-examples/05-settings-08-grants.yaml index 74962b162..8dfe52136 100644 --- a/docs/chi-examples/05-settings-08-grants.yaml +++ b/docs/chi-examples/05-settings-08-grants.yaml @@ -7,7 +7,8 @@ spec: users: myuser/profile: readonly myuser/grants/query: - - "GRANT SELECT,INSERT,ALTER,CREATE,DROP,TRUNCATE,OPTIMIZE,SHOW,dictGet,REMOTE ON canarydb.*" + - "GRANT SELECT,INSERT,ALTER,CREATE,DROP,TRUNCATE,OPTIMIZE,SHOW,dictGet,REMOTE ON *.*" + # you can't combine `allow_databases` with `GRANT ... canarydb.*` myuser/allow_databases/database: - "canarydb" myuser2/profile: default