James
James2w ago

Architecture Diagram

My company's infosec department requires an architecture diagram so they can assess "risk". Normally they require that we add ip restriction to our DBs, but I'm trying to argue that shouldn't be the case for modern web applications (that are more focused on OLTP), but rather for OLAP use cases. Does anyone know of an official one? It appears that you need paid support to talk to anyone from convex.
3 Replies
Convex Bot
Convex Bot2w ago
Thanks for posting in <#1088161997662724167>. Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets. - Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.) - Use search.convex.dev to search Docs, Stack, and Discord all at once. - Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI. - Avoid tagging staff unless specifically instructed. Thank you!
Nicolas
Nicolas2w ago
This is what the architecture of the managed (cloud) version of Convex look like. In particular when using Convex, clients always access the database through Convex functions, which are meant to be publicly accessible. The only other ways are the Convex web dashboard and Convex data export via Fivetran/Airbyte, but all of them are meant to exposed to the public internet and require authentication for access
No description
James
JamesOP2w ago
Thank you!

Did you find this page helpful?