mirror of
https://github.com/supabase/supabase.git
synced 2026-05-07 06:27:16 +08:00
add routes for saml sso to self-hosted proxy configs (#44440)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{$PROXY_DOMAIN} {
|
||||
@supabase_api path /auth/v1/* /rest/v1/* /graphql/v1 /realtime/v1/* /storage/v1/* /functions/v1/* /mcp
|
||||
@supabase_api path /auth/v1/* /rest/v1/* /graphql/v1 /realtime/v1/* /storage/v1/* /functions/v1/* /mcp /sso/*
|
||||
|
||||
handle @supabase_api {
|
||||
reverse_proxy kong:8000
|
||||
|
||||
@@ -88,4 +88,8 @@ server {
|
||||
location /mcp {
|
||||
proxy_pass http://kong_upstream;
|
||||
}
|
||||
|
||||
location /sso {
|
||||
proxy_pass http://kong_upstream;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user