Can you point me at some information about managed Postgres operational security? Render has all of the information necessary to access the data in the database. What technical protections and/or policies are in place to prevent access by Render staff?
It’s not that we don’t trust Render staff. It’s “just” a matter of due diligence.
I found this topic, but it was only tangentially related.
Render does not access user data, which is usually logs and configuration, unless given explicit approval by the user when they reach out for help debugging issues. Our support team will suggest alternative methods for resolution before requesting such permission. Additionally, we have authentication controls for access. Render customers can also install tools with auditing and alerting functions to monitor access to user data.
@J_Buckley For api keys, they are encrypted in our db, so we cannot see them.
Thanks for that. Those sections seem to be mostly about account information, not the managed databases Render provides.
For instance, suppose employee X wanted to look at the data in our PostgreSQL database. What procedural and technical protections would they have to defeat or circumvent to do that?
Can you point me at anything that could be used for those purposes with your PostgreSQL managed databases?
@jennifer We are currently using Render for postgres dB provisioning and we are wondering the same as well…I have worked at startups before where employees could easily access data in the dB. So making sure that is not the case here?