How to mount a cert file into edge_functions container?
I am using CLI supabase locally to start a database on a corporate laptop with Win 11 and Zscaler. Zscaler overrides certificates and causes the edge function container to stop on supabase start command because Deno cannot import TypeScipt libraries (unknown issuer error). I want to move the Zscaler cert file to the container and define the DENO_CERT environment variable to point to thath file but I do not know how to do it through supabase configuration in my project.
1 Reply
I have tried this https://github.com/orgs/supabase/discussions/10989#discussioncomment-4475113 but didnt work
GitHub
Allow setting "DENO_TLS_CA_STORE" for local development · supabase...
We are developing edge functions and using the supabase CLI for local deployment and testing. I followed the Quickstart Guide as well the Github Repo to setup and write a basic hello world example....