mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
Add forward auth endpoint configuration
This commit is contained in:
@@ -13,6 +13,11 @@ configMap:
|
||||
rules:
|
||||
- domain: '*.example.com'
|
||||
policy: one_factor
|
||||
server:
|
||||
endpoints:
|
||||
authz:
|
||||
forward-auth:
|
||||
implementation: 'ForwardAuth'
|
||||
session:
|
||||
redis:
|
||||
enabled: false
|
||||
@@ -49,7 +54,6 @@ ingress:
|
||||
middlewares:
|
||||
auth:
|
||||
nameOverride: "authelia"
|
||||
endpointOverride: '?authelia_url=https://auth.example.com'
|
||||
authResponseHeaders:
|
||||
- "Remote-User"
|
||||
- "Remote-Groups"
|
||||
|
||||
Reference in New Issue
Block a user