6
Add functions to trusted sources
Tomáš Livora
If a managed database has connections restricted to trusted sources, it is not possible to connect to it from serverless functions deployed to namespaces (outside the App Platform).
Consider adding an ability to specify a function, package, or namespace in the list of trusted sources of a database.
J
Jochem Berends
Good point. For us we cannot use functions as of current because of this.
Daniel Doubrovkine
Coming from https://www.digitalocean.com/community/questions/is-it-possible-to-have-a-non-web-app-function-with-a-cron-trigger I had the same problem, where I tried to implement a function that runs daily, and accesses my managed database. I don't want an app that's accessible externally, nor do I want to open up the database for internet access.