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

Loading…
Cancel
Save