too_easy
too_easy4w ago

Any way to populate convex environment variables via 3rd part

Any way to use a 3rd party env management system e.g. https://infisical.com/ to pass env vars to convex at deploy time?
Infisical is an open-source end-to-end platform to manage secrets a...
Infisical is all-in-one platform to securely manage application configuration and secrets across your team and infrastructure. Used by Fortune 500 enterprises, international governments, and fastest-growing startups.
3 Replies
Convex Bot
Convex Bot4w 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!
too_easy
too_easyOP4w ago
Or to sync env variables with vercel somehow?
erquhart
erquhart4w ago
Yeah you would generally just sync secrets from a provider like infisical to convex, vercel, etc. Secrets management services often have webhooks, so you could have a GitHub action or something that uses the cli's of Convex, Vercel, etc. to update env vars in those services when secrets change in the secrets manager.

Did you find this page helpful?