]> git.giorgioravera.it Git - traefik.git/commitdiff
Added ldapauth & accesslog (disabled)
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Fri, 27 Jan 2023 21:38:46 +0000 (22:38 +0100)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Fri, 27 Jan 2023 21:38:46 +0000 (22:38 +0100)
traefik.yml

index 28b4bba0cb9629bebedc553d62c91fc80625dbc5..9cccc877c7cf37acdf733c97aa343781c85e00e8 100644 (file)
@@ -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"