diff --git a/charts/stable/traefik-forward-auth/Chart.yaml b/charts/stable/traefik-forward-auth/Chart.yaml index cc65208268f..958e7d26d07 100644 --- a/charts/stable/traefik-forward-auth/Chart.yaml +++ b/charts/stable/traefik-forward-auth/Chart.yaml @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/traefik-forward-auth - https://hub.docker.com/r/thomseddon/traefik-forward-auth type: application -version: 5.1.2 +version: 5.2.0 diff --git a/charts/stable/traefik-forward-auth/templates/_secrets.tpl b/charts/stable/traefik-forward-auth/templates/_secrets.tpl index 22172aed6ba..79fb8d2d55c 100644 --- a/charts/stable/traefik-forward-auth/templates/_secrets.tpl +++ b/charts/stable/traefik-forward-auth/templates/_secrets.tpl @@ -17,4 +17,5 @@ data: PROVIDERS_GENERIC_OAUTH_CLIENT_SECRET: {{ .Values.tfaOauthOptions.clientSecret | trimAll "\"" }} PROVIDERS_GENERIC_OAUTH_TOKEN_STYLE: {{ .Values.tfaOauthOptions.tokenStyle | trimAll "\"" }} PROVIDERS_GENERIC_OAUTH_RESOURCE: {{ .Values.tfaOauthOptions.resource | trimAll "\"" }} + PROVIDERS_GENERIC_OAUTH_SCOPE: {{ .Values.tfaOauthOptions.scopes | trimAll "\"" }} {{- end }}