From 3d475f3cf8bddfe55300b9bc88fd161b50fce411 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Fri, 27 Jan 2023 22:38:46 +0100 Subject: [PATCH] Added ldapauth & accesslog (disabled) --- traefik.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/traefik.yml b/traefik.yml index 28b4bba..9cccc87 100644 --- a/traefik.yml +++ b/traefik.yml @@ -25,12 +25,18 @@ providers: api: dashboard: true +# Configuring log: without file they are shown in portainer log: # filePath: "/traefik.log" # format: json # level: DEBUG level: INFO +# Configuring a buffer of 100 lines +#accessLog: +# filePath: "/access.log" +# bufferingSize: 100 + #certificatesResolvers: # http: # acme: @@ -39,5 +45,8 @@ log: # httpChallenge: # entryPoint: http -pilot: - token: "c60fd41b-57d2-4fb1-bb8f-1b572879a76d" +experimental: + plugins: + ldapAuth: + moduleName: "github.com/wiltonsr/ldapAuth" + version: "v0.0.20" -- 2.47.3