Routes have an insecure field that can be set to Allow, Redirect, or None. The None option used to block any HTTP connections under openshfit, but in kubernetes we've configured it to be the same as Redirect. We can throw deprecations for None because it no longer works the way it was documented.
Routes have an
insecure
field that can be set toAllow
,Redirect
, orNone
. TheNone
option used to block any HTTP connections under openshfit, but in kubernetes we've configured it to be the same asRedirect
. We can throw deprecations forNone
because it no longer works the way it was documented.It could be set for autogenerated routes:
and/or for manual routes: