Add Traefik basic auth middleware for mtls-bridge

This commit is contained in:
beatz174-bit
2026-04-14 09:32:18 +10:00
parent 85cf56fcaf
commit d06c53ef0b
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -16,6 +16,7 @@ Internal HTTP-to-mTLS bridge for services that cannot present client certificate
- `CA_CERT` (default `/certs/ca.crt`): CA certificate bundle used to verify upstream TLS.
- `TIMEOUT` (default `5`): request timeout in seconds.
- `LOG_LEVEL` (default `INFO`): Python logging level.
- `MTLS_BRIDGE_BASIC_AUTH_USERS` (required for Traefik auth): value for `traefik.http.middlewares.*.basicauth.users` (e.g. `user:$$apr1$$...`).
## Endpoints