feat(dex): add forgejo-runner-sizer OIDC static client
Register forgejo-runner-sizer as a Dex static client for OIDC authentication on sizer.dev.t09.de. Adds the client secret env var injection and the staticClients entry with secretEnv reference.
This commit is contained in:
parent
2f15b6b373
commit
46a1c1aa33
1 changed files with 10 additions and 0 deletions
|
|
@ -34,6 +34,11 @@ envVars:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: dex-argo-client
|
name: dex-argo-client
|
||||||
key: clientSecret
|
key: clientSecret
|
||||||
|
- name: FORGEJO_RUNNER_SIZER_CLIENT_SECRET
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: dex-runner-sizer-client
|
||||||
|
key: clientSecret
|
||||||
- name: LOG_LEVEL
|
- name: LOG_LEVEL
|
||||||
value: debug
|
value: debug
|
||||||
|
|
||||||
|
|
@ -74,3 +79,8 @@ config:
|
||||||
- "https://grafana.dev.t09.de/login/generic_oauth"
|
- "https://grafana.dev.t09.de/login/generic_oauth"
|
||||||
name: "Grafana"
|
name: "Grafana"
|
||||||
secretEnv: "OIDC_DEX_GRAFANA_CLIENT_SECRET"
|
secretEnv: "OIDC_DEX_GRAFANA_CLIENT_SECRET"
|
||||||
|
- id: forgejo-runner-sizer
|
||||||
|
name: "Forgejo Runner Sizer"
|
||||||
|
redirectURIs:
|
||||||
|
- "https://sizer.dev.t09.de/ui/callback"
|
||||||
|
secretEnv: "FORGEJO_RUNNER_SIZER_CLIENT_SECRET"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue