feat(gotenberg): traefik basic auth middleware
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
apiVersion: traefik.io/v1alpha1
|
||||||
|
kind: Middleware
|
||||||
|
metadata:
|
||||||
|
name: gotenberg-auth
|
||||||
|
spec:
|
||||||
|
basicAuth:
|
||||||
|
secret: gotenberg-auth
|
||||||
|
realm: gotenberg
|
||||||
Reference in New Issue
Block a user