mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-14 06:49:05 +02:00
authZ+N chained
This commit is contained in:
@@ -8,4 +8,4 @@ resources:
|
||||
- ./deployment.yaml
|
||||
- ./service.yaml
|
||||
- ./horizontalPodAutoScaler.yaml
|
||||
- ./forwardAuth.yaml
|
||||
- ./middleware.yaml
|
||||
|
11
deployment/authZ/middleware.yaml
Normal file
11
deployment/authZ/middleware.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: Middleware
|
||||
metadata:
|
||||
name: authz
|
||||
spec:
|
||||
forwardAuth:
|
||||
address: https://gh-authz/auth/
|
||||
authResponseHeaders:
|
||||
- id
|
||||
tls:
|
||||
insecureSkipVerify: true
|
Reference in New Issue
Block a user