Skip to content

Commit

Permalink
add fixes to GRANT examples, fix #1615 (#1616)
Browse files Browse the repository at this point in the history
  • Loading branch information
Slach authored Jan 13, 2025
1 parent c21f884 commit 26be596
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/chi-examples/05-settings-08-grants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.*"
# you can't combine `allow_databases` with `GRANT ... canarydb.*`
- "GRANT SELECT,INSERT,ALTER,CREATE,DROP,TRUNCATE,OPTIMIZE,SHOW,dictGet,REMOTE ON *.*"
myuser/allow_databases/database:
- "canarydb"
myuser2/profile: default
Expand Down

0 comments on commit 26be596

Please sign in to comment.