Browse Source

Resolve "Bugfix: MFA authentication routing for cockpit"

merge-requests/57/merge
Steven Foerster 5 years ago
parent
commit
92e62620ee
  1. 2
      compose/production/traefik/dynamic.toml

2
compose/production/traefik/dynamic.toml

@ -18,7 +18,7 @@
rule = "Host(`cockpit.mistborn`)" rule = "Host(`cockpit.mistborn`)"
service = "cockpit" service = "cockpit"
entrypoints = ["web", "websecure"] entrypoints = ["web", "websecure"]
#middlewares = middlewares = ["mistborn_auth"]
[http.middlewares] [http.middlewares]
[http.middlewares.mistborn_auth.forwardAuth] [http.middlewares.mistborn_auth.forwardAuth]

Loading…
Cancel
Save