1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2024-11-24 08:52:25 +02:00
oauth2-proxy/pkg/middleware
Joel Speed 1c1106721e
Move RedirectToHTTPS to middleware package
Moves the logic for redirecting to HTTPs to a middleware package and adds tests for this logic.
Also makes the functionality more useful, previously it always redirected to the HTTPS address of the proxy, which may not have been intended, now it will redirect based on if a port is provided in the URL (assume public facing 80 to 443 or 4180 to 8443 for example)
2020-07-03 17:19:09 +01:00
..
healthcheck_test.go Add HealthCheck middleware 2020-06-14 21:05:17 +01:00
healthcheck.go Add HealthCheck middleware 2020-06-14 21:05:17 +01:00
middleware_suite_test.go Move RedirectToHTTPS to middleware package 2020-07-03 17:19:09 +01:00
redirect_to_https_test.go Move RedirectToHTTPS to middleware package 2020-07-03 17:19:09 +01:00
redirect_to_https.go Move RedirectToHTTPS to middleware package 2020-07-03 17:19:09 +01:00