Files
homeserver/Kubernetes_deployments/traefik-middleware/auth.yaml
Taqi Tahmid 860fb1d80e added information regarding basic authentication
added information regarding how to configure http basic
authentication using traefik ingress controller for services
that do not provide any authentication mechanism
2025-02-22 19:14:54 +02:00

8 lines
137 B
YAML

apiVersion: traefik.containo.us/v1alpha1
kind: Middleware
metadata:
name: basic-auth
spec:
basicAuth:
secret: traefik-basic-auth