Files
truecharts/charts/incubator/traefik-forward-auth/values.yaml
T
Csaba EngediandGitHub b5d4aced41 feat(traefik-forward-auth): add traefik-forward-auth (#6965)
* Initial commit for traefik-forward-auth

* Add providers, change variable naming

* Change chart version

* Add container SHA, add secrets as env

* feat(traefik-forward-auth): add traefik-fwd-auth

* Follow prettier in docs, adding default values

* Follow prettier in docs and Chart.yaml
2023-02-19 21:54:23 +01:00

63 lines
1.3 KiB
YAML

image:
repository: tccr.io/truecharts/traefik-forward-auth
pullPolicy: IfNotPresent
tag: latest@sha256:edd7eb812cb38e59d32b5a00398b57a78506db2390cbe295f5df590a38a5d44e
envFrom:
- secretRef:
name: '{{ include "tc.common.names.fullname" . }}-google-secret'
- secretRef:
name: '{{ include "tc.common.names.fullname" . }}-oidc-secret'
- secretRef:
name: '{{ include "tc.common.names.fullname" . }}-oauth2-secret'
service:
main:
ports:
main:
targetPort: 4181
port: 4181
tfaAppOptions:
secret: something-random
port: 4181
logLevel: warn
logFormat: text
tfaAuthOptions:
authHost:
urlPath: /_oauth
defaultAction: auth
defaultProvider: google
domain: []
whitelist: []
rules: []
tfaCookieOptions:
cookieDomain: []
cookieName: _forward_auth
csrfCookieName: _forward_auth_csrf
lifetime: 43200
insecureCookie: false
tfaGoogleOptions:
clientId: "changeme"
clientSecret: "changeme"
prompt: "changeme"
tfaOidcOptions:
issuerUrl: "changeme"
clientId: "changeme"
clientSecret: "changeme"
resource: "changeme"
tfaOauthOptions:
authUrl: "changeme"
tokenUrl: "changeme"
userUrl: "changeme"
clientId: "changeme"
clientSecret: "changeme"
scopes: "changeme"
tokenStyle: header
resource: "changeme"