Skip to content

Commit

Permalink
fix: update the keycloak url that supabase redirects to (#535)
Browse files Browse the repository at this point in the history
* fix: update the keycloak url that supabase redirects to (from admin to sso)
* chore: update bitnami-values.yaml publicURL value
  • Loading branch information
YrrepNoj authored May 20, 2024
1 parent e71e74f commit 541c7bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/supabase/bitnami-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jwt:
resourcesPreset: "none"
podLabels:
sidecar.istio.io/inject: "false"
publicURL: "https://{{ .Values.leapfrogai.package.host }}.###ZARF_VAR_HOSTED_DOMAIN###"
publicURL: "https://supabase-kong.###ZARF_VAR_HOSTED_DOMAIN###"
auth:
enabled: ###ZARF_VAR_ENABLE_AUTH###
defaultConfig: |
Expand Down Expand Up @@ -58,7 +58,7 @@ auth:
GOTRUE_EXTERNAL_KEYCLOAK_ENABLED: "###ZARF_VAR_ENABLE_EXTERNAL_KEYCLOAK###"
GOTRUE_EXTERNAL_KEYCLOAK_CLIENT_ID: "{{ .Values.leapfrogai.sso.clientId }}"
GOTRUE_EXTERNAL_KEYCLOAK_REDIRECT_URI: "https://{{ .Values.leapfrogai.package.host }}.###ZARF_VAR_HOSTED_DOMAIN###/auth/v1/callback"
GOTRUE_EXTERNAL_KEYCLOAK_URL: "https://keycloak.admin.###ZARF_VAR_HOSTED_DOMAIN###/realms/uds"
GOTRUE_EXTERNAL_KEYCLOAK_URL: "https://sso.###ZARF_VAR_HOSTED_DOMAIN###/realms/uds"
image:
tag: 2.149.0-debian-12-r0
resourcesPreset: "none"
Expand Down

0 comments on commit 541c7bd

Please sign in to comment.