chore(security): remove committed basic auth examples

This commit is contained in:
Eduardo David Paredes Vara
2026-07-25 12:16:22 +00:00
parent 878009b519
commit 05444afc54
5 changed files with 8 additions and 23 deletions
+25
View File
@@ -0,0 +1,25 @@
http:
routers:
kopia:
rule: Host(`kopia.example.com`)
entryPoints:
- websecure
tls:
certResolver: letsencrypt
middlewares:
- crowdsec-bouncer@file
- ths-authentik@docker
- kopia-inject-auth
service: kopia
middlewares:
kopia-inject-auth:
headers:
customRequestHeaders:
Authorization: "Basic <base64-user-colon-password>"
services:
kopia:
loadBalancer:
servers:
- url: "http://host.docker.internal:51515"