Merge origin/main (traefik #20) into benvin/logviewer-oidc
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/plan Pipeline was successful

This commit is contained in:
2026-08-23 22:48:36 +10:00
3 changed files with 27 additions and 0 deletions
@@ -0,0 +1,3 @@
# Permission group akP-traefik-admin (name = filename). Grants admin
# access to traefik: bound to the traefik application, gating the dashboards.
application: traefik
+23
View File
@@ -0,0 +1,23 @@
# OAuth2/OIDC provider + application for the traefik dashboards
# (traefik-internal / traefik-external on k8s.syd1). An oauth2-proxy in front
# of each dashboard performs the OIDC login; access is gated on the user's
# hierarchical ak_groups claim (akP-traefik-admin).
# client_secret is read from Vault (seeded out of band), never committed.
name: traefik
authorization_flow: default-provider-authorization-implicit-consent
invalidation_flow: default-provider-invalidation-flow
client_type: confidential
client_id: traefik
launch_url: https://traefik-internal.k8s.syd1.au.unkin.net/
client_secret_vault:
mount: kv
path: kubernetes/namespace/traefik-system/default/oauth-credentials
scope_mappings:
- goauthentik.io/providers/oauth2/scope-openid
- goauthentik.io/providers/oauth2/scope-email
- goauthentik.io/providers/oauth2/scope-profile
redirect_uris:
- matching_mode: strict
url: https://traefik-internal.k8s.syd1.au.unkin.net/oauth2/callback
- matching_mode: strict
url: https://traefik-external.k8s.syd1.au.unkin.net/oauth2/callback
+1
View File
@@ -5,6 +5,7 @@ permissions:
- akP-rancher-admin - akP-rancher-admin
- akP-litellm-admin - akP-litellm-admin
- akP-jellyfin-admin - akP-jellyfin-admin
- akP-traefik-admin
- akP-logviewer-admin - akP-logviewer-admin
# arrstack has no admin tier (it is a proxy front door); grant global admins # arrstack has no admin tier (it is a proxy front door); grant global admins
# the front door plus every per-app entitlement so they reach all media apps. # the front door plus every per-app entitlement so they reach all media apps.