mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-12 22:09:07 +02:00
11 lines
205 B
YAML
11 lines
205 B
YAML
apiVersion: traefik.io/v1alpha1
|
|
kind: Middleware
|
|
metadata:
|
|
name: authz
|
|
spec:
|
|
forwardAuth:
|
|
address: https://gh-authz/auth/
|
|
authResponseHeaders:
|
|
- id
|
|
tls:
|
|
insecureSkipVerify: true |