Files
homeserver/Kubernetes_deployments/traefik-middleware/auth_secret.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
112 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: traefik-basic-auth
type: Opaque
data:
auth: "${TRAEFIK_SECRET}"