test authentik

This commit is contained in:
Matt Reeves 2025-02-16 20:17:13 -05:00
parent 0ea3d92085
commit bcfa08adcf
2 changed files with 9 additions and 1 deletions
kubernetes/apps/production

View file

@ -5,7 +5,7 @@ metadata:
namespace: arr
annotations:
nginx.ingress.kubernetes.io/auth-url: |-
http://ak-outpost-proxy.authentik.svc.cluster.local:9000/outpost.goauthentik.io/auth/nginx
http://ak-outpost-authentik-embedded-outpost.authentik.svc.cluster.local:9000/outpost.goauthentik.io/auth/nginx
nginx.ingress.kubernetes.io/auth-signin: |-
https://radarr.local.mafyuh.dev/outpost.goauthentik.io/start?rd=$escaped_request_uri
nginx.ingress.kubernetes.io/auth-response-headers: |-
@ -18,6 +18,13 @@ spec:
- host: "radarr.local.mafyuh.dev"
http:
paths:
- path: /outpost.goauthentik.io
pathType: Prefix
backend:
service:
name: authentik-server
port:
number: 80
- path: /
pathType: Prefix
backend:

View file

@ -20,5 +20,6 @@ spec:
config:
annotations-risk-level: "Critical"
enable-annotation-validation: false
strict-validate-path-type: false
service:
type: LoadBalancer