Skip to content

Commit

Permalink
Add DELETE permission to the eventlog table.
Browse files Browse the repository at this point in the history
Without this, an application user who is not owner of the database/table
(or superuser) can't delete events after sending them out.

Fixes #101.
  • Loading branch information
ePaul committed Aug 15, 2023
1 parent 765194f commit 6857466
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GRANT DELETE ON nakadi_events.event_log TO PUBLIC;

0 comments on commit 6857466

Please sign in to comment.