`serverless` driver with IP Allow set to deny all?
If I enable IP Allow feature and block all access to my database from the internet - would I still be able to access the database via HTTPS and WS using the serverless driver?
Context: I'm using Vercel to host my Next.js app and want it to connect to Postgres while reducing the database attack surface by not exposing the postgres database directly to the internet
Thanks,
Erik.
2 Replies
unwilling-turquoise•16mo ago
no, you would need to whitelist the vercel server ips as they would connect to your database
compatible-crimsonOP•16mo ago
That's a shame...
Is there a place to open a feature reqest for this?