Skip to content

Commit

Permalink
grant ingest permission to read encryption keys
Browse files Browse the repository at this point in the history
  • Loading branch information
MalinAhlberg committed Oct 4, 2024
1 parent 12b562b commit 0a40903
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions postgresql/initdb.d/04_grants.sql
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ GRANT USAGE, SELECT ON SEQUENCE sda.checksums_id_seq TO ingest;
GRANT INSERT ON sda.file_event_log TO ingest;
GRANT SELECT ON sda.file_event_log TO ingest;
GRANT USAGE, SELECT ON SEQUENCE sda.file_event_log_id_seq TO ingest;
GRANT SELECT ON sda.encryption_keys TO ingest;

-- legacy schema
GRANT USAGE ON SCHEMA local_ega TO ingest;
Expand Down

0 comments on commit 0a40903

Please sign in to comment.