fabric8-launcher / launcher-operator

This operator helps enabling the Launcher on an Openshift cluster.
4 stars 11 forks source link

Operator creates unsecure route #24

Closed matskiv closed 5 years ago

matskiv commented 5 years ago

Operator creates unsecure http route. This exposes users Openshift and GitHub auth tokens to man-in-the-middle attack.

matskiv commented 5 years ago

@ia3andy @gastaldi @edewit ping

gastaldi commented 5 years ago

@matskiv that would require changing the Route template here: https://github.com/fabric8-launcher/launcher-application/blob/master/templates/openshift/split/launcher-routes.yaml

Mind providing a PR?