chore: Update manifests after change

This commit is contained in:
2026-02-25 23:46:35 +00:00
parent f0652b44a9
commit 87e07d2ca7
15 changed files with 322 additions and 0 deletions

View File

@@ -17,6 +17,17 @@ spec:
hostnames:
- "radarr-anime.alexlebens.net"
rules:
- backendRefs:
- group: ""
kind: Service
name: ak-outpost-traefik-proxy-auth
namespace: authentik
port: 9000
weight: 100
matches:
- path:
type: PathPrefix
value: /outpost.goauthentik.io
- backendRefs:
- group: ""
kind: Service
@@ -28,3 +39,9 @@ spec:
- path:
type: PathPrefix
value: /
filters:
- extensionRef:
group: traefik.io
kind: Middleware
name: oidc-forward-auth
type: ExtensionRef

View File

@@ -0,0 +1,26 @@
apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: oidc-forward-auth
namespace: radarr-anime
labels:
app.kubernetes.io/name: oidc-forward-auth
app.kubernetes.io/instance: radarr-anime
app.kubernetes.io/part-of: radarr-anime
spec:
forwardAuth:
address: http://ak-outpost-traefik-proxy-auth.authentik.svc.cluster.local:9000/outpost.goauthentik.io/auth/traefik
trustForwardHeader: true
authResponseHeaders:
- X-authentik-username
- X-authentik-groups
- X-authentik-entitlements
- X-authentik-email
- X-authentik-name
- X-authentik-uid
- X-authentik-jwt
- X-authentik-meta-jwks
- X-authentik-meta-outpost
- X-authentik-meta-provider
- X-authentik-meta-app
- X-authentik-meta-version