Skip to content

Docker Golang container to redirect all traffic to https

License

Notifications You must be signed in to change notification settings

pwillie/redirect-to-https

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redirect-to-https

Docker Golang container to redirect all traffic to https

Motivation for this service is to run inside a Kubernetes cluster and will redirect ALL http ingress traffic to https.

Client -> :80 (ELB) -> :http nodeport (redirect-to-https)

Client -> :443 (ELB) -> :https nodeport (ingress controller)

Container will listen on port 8080 and will redirect every request to https://HOST[/PATH][?QUERYSTRING]

About

Docker Golang container to redirect all traffic to https

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages