TrueChartsClone/charts/stable/traefik-forward-auth/values.yaml

65 lines
1.2 KiB
YAML
Raw Normal View History

image:
chore(images): fix some refs (#16749) **Description** <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2024-01-02 11:15:02 +00:00
repository: thomseddon/traefik-forward-auth
tag: latest@sha256:b364aa6a4117569163eff793999901f9f5a0c4f7f2da18b4ecbcd140d7b6107b
pullPolicy: IfNotPresent
Uplift traefik-forward-auth to new library (#12400) Reworked values, secrets and questions to work with the new standard chart library. **Description** Uplifted traefik-forward-auth to work with the new library. **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] 🔃 Refactor of current code **🧪 How Has This Been Tested?** Generated the app and deployed on my own SCALE instance. **📃 Notes:** Existing installations might have to be reinstalled. **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [x] #️⃣ I have commented my code, particularly in hard-to-understand areas - [x] 📄 I have made corresponding changes to the documentation - [x] ⚠️ My changes generate no new warnings - [x] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-09-10 08:15:19 +00:00
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"