test authentik
This commit is contained in:
parent
0ea3d92085
commit
bcfa08adcf
2 changed files with 9 additions and 1 deletions
kubernetes/apps/production
|
@ -5,7 +5,7 @@ metadata:
|
||||||
namespace: arr
|
namespace: arr
|
||||||
annotations:
|
annotations:
|
||||||
nginx.ingress.kubernetes.io/auth-url: |-
|
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: |-
|
nginx.ingress.kubernetes.io/auth-signin: |-
|
||||||
https://radarr.local.mafyuh.dev/outpost.goauthentik.io/start?rd=$escaped_request_uri
|
https://radarr.local.mafyuh.dev/outpost.goauthentik.io/start?rd=$escaped_request_uri
|
||||||
nginx.ingress.kubernetes.io/auth-response-headers: |-
|
nginx.ingress.kubernetes.io/auth-response-headers: |-
|
||||||
|
@ -18,6 +18,13 @@ spec:
|
||||||
- host: "radarr.local.mafyuh.dev"
|
- host: "radarr.local.mafyuh.dev"
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
|
- path: /outpost.goauthentik.io
|
||||||
|
pathType: Prefix
|
||||||
|
backend:
|
||||||
|
service:
|
||||||
|
name: authentik-server
|
||||||
|
port:
|
||||||
|
number: 80
|
||||||
- path: /
|
- path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
backend:
|
backend:
|
||||||
|
|
|
@ -20,5 +20,6 @@ spec:
|
||||||
config:
|
config:
|
||||||
annotations-risk-level: "Critical"
|
annotations-risk-level: "Critical"
|
||||||
enable-annotation-validation: false
|
enable-annotation-validation: false
|
||||||
|
strict-validate-path-type: false
|
||||||
service:
|
service:
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
|
|
Reference in a new issue