From ab9d2a10e5d444c90c2371e1d4439fc0dd71c463 Mon Sep 17 00:00:00 2001 From: Anderson Cabral Filho Date: Sat, 23 May 2026 03:46:09 +0000 Subject: [PATCH] feat(gotenberg): traefik basic auth middleware --- apps/gotenberg/Middleware.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 apps/gotenberg/Middleware.yaml diff --git a/apps/gotenberg/Middleware.yaml b/apps/gotenberg/Middleware.yaml new file mode 100644 index 0000000..af03138 --- /dev/null +++ b/apps/gotenberg/Middleware.yaml @@ -0,0 +1,8 @@ +apiVersion: traefik.io/v1alpha1 +kind: Middleware +metadata: + name: gotenberg-auth +spec: + basicAuth: + secret: gotenberg-auth + realm: gotenberg