Skip to content

Commit 9de54af

Browse files
authored
comment on non-operational allow_databases statement (#1783)
1 parent 5bbcbda commit 9de54af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/chi-examples/05-settings-08-grants.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ spec:
77
users:
88
myuser/profile: readonly
99
myuser/grants/query:
10-
# you can't combine `allow_databases` with `GRANT ... canarydb.*`
1110
- "GRANT SELECT,INSERT,ALTER,CREATE,DROP,TRUNCATE,OPTIMIZE,SHOW,dictGet,REMOTE ON *.*"
12-
myuser/allow_databases/database:
13-
- "canarydb"
11+
# you can't combine `allow_databases` with `GRANT ... canarydb.*`
12+
# myuser/allow_databases/database:
13+
# - "canarydb"
1414
myuser2/profile: default
1515
myuser2/grants/query:
1616
- "GRANT limited_role"

0 commit comments

Comments
 (0)