You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered: