Network restrictions via Management API
Struggling to apply an IP whitelist using the management API. Thought it might be that I'm trying to apply too many IPs at once, but even applying a single address doesn't seem to work:
This applies no IP addresses (no address can access my database). Here's the response:
4 Replies
Don't know much about it, but the docs show a different object name...

ooh that might be it. I was following this: https://supabase.com/docs/guides/platform/network-restrictions#to-get-started-via-the-management-api
Network Restrictions | Supabase Docs
Apply network restrictions for your project's database.
that was it, thanks!
You might generate an issue for docs in github supabase/supabase or a PR if you are up for it. Save the next person some pain.