Compare commits

..

No commits in common. "5456ce68ef33277d8e1eeeb120cf4b4ee1722669" and "34a9cc12e562f74df13f88af309088a35dd51cff" have entirely different histories.

3 changed files with 3 additions and 31 deletions

View file

@ -102,6 +102,5 @@
# - traefik-sa.yml.j2 # - traefik-sa.yml.j2
- traefik-ingressroute.yml.j2 - traefik-ingressroute.yml.j2
# - traefik-svc.yml.j2 # - traefik-svc.yml.j2
# - traefik-defaultbackend.yml.j2
tags: traefik tags: traefik

View file

@ -1,16 +0,0 @@
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: cheese
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: web,websecure
traefik.ingress.kubernetes.io/router.priority: "1"
traefik.ingress.kubernetes.io/router.middlewares: security_headers@file,compress@file
spec:
defaultBackend:
service:
name: stilton
port:
number: 80

View file

@ -51,24 +51,13 @@ data:
# users: # users:
# - {{ basic_auth_data }} # - {{ basic_auth_data }}
{% endif %} {% endif %}
{% if false %}
authelia: authelia:
forwardAuth: forwardAuth:
address: "http://authelia:9091/api/verify?rd=https://login.example.com/" address: "http://authelia:9091/api/verify?rd=https://login.example.com/"
trustForwardHeader: true trustForwardHeader: true
authResponseHeaders: authReponseHeaders: ["Remote-User", "Remote-Groups", "Remote-Name", "Remote-Email"]
- "Remote-User" {% endif %}
- "Remote-Groups"
- "Remote-Name"
- "Remote-Email"
authelia-basic:
forwardAuth:
address: "http://authelia:9091/api/verify?auth=basic"
trustForwardHeader: true
authResponseHeaders:
- "Remote-User"
- "Remote-Groups"
- "Remote-Name"
- "Remote-Email"
traefik-tls-defaults-options.yaml: | traefik-tls-defaults-options.yaml: |
tls: tls: