zalando-nakadi / nakadi-producer-spring-boot-starter

Nakadi event producer as a Spring boot starter
MIT License
13 stars 8 forks source link

Add DELETE permission to the eventlog table. #177

Closed ePaul closed 1 year ago

ePaul commented 1 year 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.

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

ePaul commented 1 year ago

:+1:

fbrns commented 1 year ago

👍