Skip to content

Commit

Permalink
increase nifi_user permission
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloarocha committed Feb 21, 2024
1 parent 2d49945 commit 216a15e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions noharm-newuser.sql
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ GRANT SELECT, UPDATE, INSERT, DELETE ON demo.prescricaoagg TO nifi_user;
GRANT SELECT, UPDATE, INSERT ON demo.medatributos TO nifi_user;
GRANT SELECT, INSERT ON demo.prescricao_arquivo, demo.presmed_arquivo, demo.exame_arquivo TO nifi_user;
GRANT SELECT, DELETE ON demo.prescricao, demo.presmed, demo.exame TO nifi_user;
GRANT INSERT, UPDATE ON demo.prescricao TO nifi_user;
GRANT UPDATE ON demo.presmed TO nifi_user;
GRANT SELECT ON ALL TABLES IN SCHEMA demo TO nifi_user;
Expand Down

0 comments on commit 216a15e

Please sign in to comment.