Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DELETE permission to the eventlog table. #177

Merged
merged 1 commit into from
Aug 22, 2023
Merged

Conversation

ePaul
Copy link
Member

@ePaul ePaul commented Aug 15, 2023

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.

I just stumbled over this in my PoC application for #170, and then found this issue from 5 years ago.

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.
@ePaul ePaul added bug auto-configuration everything about the auto-configuration features persistence everything around DB access labels Aug 15, 2023
@ePaul ePaul requested a review from fbrns as a code owner August 15, 2023 19:00
@ePaul
Copy link
Member Author

ePaul commented Aug 18, 2023

👍

1 similar comment
@fbrns
Copy link
Member

fbrns commented Aug 22, 2023

👍

@ePaul ePaul merged commit 3b606e8 into master Aug 22, 2023
@ePaul ePaul deleted the bugfix-101-grant-delete branch August 22, 2023 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-configuration everything about the auto-configuration features bug persistence everything around DB access
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Flyway migration is not granting DELETE to PUBLIC
2 participants