authZ+N chained

This commit is contained in:
2025-02-03 16:03:41 +01:00
parent 8939577c15
commit f87f680a83
5 changed files with 48 additions and 1 deletions

View File

@@ -8,4 +8,4 @@ resources:
- ./deployment.yaml
- ./service.yaml
- ./horizontalPodAutoScaler.yaml
- ./forwardAuth.yaml
- ./middleware.yaml

View 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