ff4ac59d6d
This PR contains the following updates: | Package | Update | Change | |---|---|---| | thomseddon/traefik-forward-auth | digest | `b364aa6` -> `b364aa6` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTYuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExNi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> --------- Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
65 lines
1.2 KiB
YAML
65 lines
1.2 KiB
YAML
image:
|
|
repository: thomseddon/traefik-forward-auth
|
|
tag: latest@sha256:b364aa6a4117569163eff793999901f9f5a0c4f7f2da18b4ecbcd140d7b6107b
|
|
pullPolicy: IfNotPresent
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
args: []
|
|
envFrom:
|
|
- secretRef:
|
|
name: tfa-secrets
|
|
|
|
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"
|