What can be done to prevent a DoS attack for a Supabase hosted app? If someone runs a script to hit the DB over and over, that is a pretty easy way to bring down the app and hike up the fee.
s
silentworks
10/27/2021, 9:48 PM
I don't think any fees would change, Supabase doesn't charge for API requests
c
chipilov
10/27/2021, 9:50 PM
true, but the question of denial of service remains. Does the fact that that the API sits behind Kong's API gateway provide any protections?
a
Ammar AF
10/28/2021, 9:48 AM
won't there be chargers for the transfer limits though, if you were on the "pay as you go" plan? like the database/object storage transfer charges? thanks
j
jon.m
10/28/2021, 6:15 PM
We should put some dedicated time to this problem and other similar problems.
It's probably top of mind for people.
I've heard that as well. But the time line is murky. Hopefully this is something they can get up and running in a month or so.
jon.m
10/28/2021, 6:48 PM
I was wondering if there was an alternative solution. Some users discussed adding tables that limited user activity. But that doesn't work for db stuff that can be done by unauthed users