feat(dex): add ci-sizer OIDC static client to template

This commit is contained in:
Martin McCaffery 2026-05-18 17:18:44 +02:00
parent 707a7b933a
commit d857f155a8
No known key found for this signature in database
GPG key ID: 7C4D0F375BCEE533

View file

@ -34,6 +34,11 @@ envVars:
secretKeyRef:
name: dex-argo-client
key: clientSecret
- name: FORGEJO_RUNNER_SIZER_CLIENT_SECRET
valueFrom:
secretKeyRef:
name: dex-sizer-client
key: clientSecret
- name: LOG_LEVEL
value: debug
@ -74,3 +79,8 @@ config:
- "https://{{{ .Env.DOMAIN_GRAFANA }}}/login/generic_oauth"
name: "Grafana"
secretEnv: "OIDC_DEX_GRAFANA_CLIENT_SECRET"
- id: ci-sizer
name: "CI Sizer"
redirectURIs:
- "https://sizer.{{{ .Env.DOMAIN }}}/ui/callback"
secretEnv: "FORGEJO_RUNNER_SIZER_CLIENT_SECRET"