Skip to content

Commit c46adbf

Browse files
committed
(fix): Client also must read client_status to check last validation
1 parent 7c67363 commit c46adbf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

content/en/docs/cluster/security.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ GRANT SELECT ON phase_stats TO client;
258258
GRANT SELECT ON runs TO client;
259259
GRANT SELECT ON users TO client;
260260
GRANT SELECT ON warnings TO client;
261+
GRANT SELECT ON client_status TO client;
261262
GRANT SELECT jobs TO client; -- currently needs email as it is sending the customer mail - improvement for future to decouple
262263

263264
GRANT UPDATE (capabilities) ON users TO client;

0 commit comments

Comments
 (0)