feat: add proxy auth
This commit is contained in:
@@ -82,12 +82,28 @@ sonarr:
|
||||
hostnames:
|
||||
- sonarr.alexlebens.net
|
||||
rules:
|
||||
- backendRefs:
|
||||
- name: ak-outpost-traefik-proxy-auth
|
||||
namespace: authentik
|
||||
port: 9000
|
||||
weight: 100
|
||||
filters: []
|
||||
matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /outpost.goauthentik.io
|
||||
- backendRefs:
|
||||
- group: ''
|
||||
kind: Service
|
||||
name: sonarr
|
||||
port: 80
|
||||
weight: 100
|
||||
filters:
|
||||
- type: ExtensionRef
|
||||
extensionRef:
|
||||
group: traefik.io
|
||||
kind: Middleware
|
||||
name: oidc-forward-auth
|
||||
matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
|
||||
Reference in New Issue
Block a user