15 lines
340 B
YAML
15 lines
340 B
YAML
apiVersion: traefik.io/v1alpha1
|
|
kind: Middleware
|
|
metadata:
|
|
name: authelia-auth
|
|
namespace: authelia
|
|
spec:
|
|
forwardAuth:
|
|
address: http://authelia.authelia.svc.cluster.local/api/authz/forward-auth
|
|
trustForwardHeader: true
|
|
authResponseHeaders:
|
|
- Remote-User
|
|
- Remote-Groups
|
|
- Remote-Email
|
|
- Remote-Name
|