Skip to content

Commit 5924b61

Browse files
committed
New client grants
1 parent b8a5f0e commit 5924b61

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/en/docs/cluster/security.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ GRANT USAGE, SELECT ON SEQUENCE notes_id_seq TO client;
133133
134134
GRANT SELECT,INSERT ON TABLE phase_stats TO client;
135135
GRANT USAGE, SELECT ON SEQUENCE phase_stats_id_seq TO client;
136+
137+
GRANT INSERT on changelog to client;
138+
GRANT SELECT, USAGE on changelog_id_seq to client;
136139
```
137140

138141
### Visibility / Deactivating the Default User

0 commit comments

Comments
 (0)