Skip to content

Commit

Permalink
NEOS-1198 adds auth trust host
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzelei committed Jul 4, 2024
1 parent da638a4 commit c1d7279
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/apps/web/charts/app/templates/app-env-vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ stringData:

AUTH_ENABLED: {{ .Values.auth.enabled | default "false" | quote }}

AUTH_TRUST_HOST: {{ .Values.auth.trustHost | default "true" | quote }}

NEOSYNC_ANALYTICS_ENABLED: {{ .Values.analytics.enabled | default "true" | quote }}

{{ if and .Values.posthog .Values.posthog.key }}
Expand Down
2 changes: 2 additions & 0 deletions frontend/apps/web/charts/app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ auth:
providerId:
# -- The display name of the provider
providerName:
# -- Whether or not to trust the external host (most likely want this to be true if running behind a load balancer)
trustHost: true

# check out the ingress.yaml file to see what ither values are available for configuration on this object.
ingress:
Expand Down

0 comments on commit c1d7279

Please sign in to comment.