fix: job perms and job logs grants (#3914)

* fix: job perms grants

* fix: add job logs grants
This commit is contained in:
HugoCasa
2024-06-17 14:22:47 +02:00
committed by GitHub
parent 952adff138
commit 96dfacbfc8
2 changed files with 6 additions and 0 deletions
@@ -0,0 +1 @@
-- Add down migration script here
@@ -0,0 +1,5 @@
-- Add up migration script here
GRANT ALL ON job_perms TO windmill_admin;
GRANT ALL ON job_perms TO windmill_user;
GRANT ALL ON job_logs TO windmill_admin;
GRANT ALL ON job_logs TO windmill_user;