Skip to content

Commit

Permalink
fix for #1604
Browse files Browse the repository at this point in the history
  • Loading branch information
Slach committed Jan 6, 2025
1 parent b0bd4df commit b546cb9
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.*"
- "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
Expand Down

0 comments on commit b546cb9

Please sign in to comment.