Allow insecure connection to Supabase #610
UBy
started this conversation in
Ideas / Feature Requests
Replies: 1 comment
-
|
Same discussion here: #596 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Could we get an environment variable for overriding security on the Supabase API connection - for example
ALLOW_INSECURE_SUPABASE_CONNECTION?It would make it so much easier to connect by docker service name, e.g.
http://kong:8000.it seems to me that any hostname that is not
localhostis considered external and requires ssl.A variable to allow a self signed supabase certificate could also make it work.
Beta Was this translation helpful? Give feedback.
All reactions