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
Implement inscureEdgeTermination options for reencrypt and pasthrough
routes
reencrypt routes work the same as edge routes with Allow, Redirect, and
None
passthrough routes are only allowed Redirect or none
change the name of the haproxy acl's and map files to makes sense
map files
os_edge_http_redirect -> os_route_http_redirect
os_edge_http_expose -> os_route_http_expose
acls
edge_http_expose -> route_http_expose
wildcard_edge_http_expose -> wildcard_route_http_expose
msg:=fmt.Sprintf("invalid value for InsecureEdgeTerminationPolicy option, acceptable values are %s, %s, %s, or empty", routeapi.InsecureEdgeTerminationPolicyNone, routeapi.InsecureEdgeTerminationPolicyAllow, routeapi.InsecureEdgeTerminationPolicyRedirect)
msg:=fmt.Sprintf("invalid value for InsecureEdgeTerminationPolicy option, acceptable values are %s, %s, %s, or empty", routeapi.InsecureEdgeTerminationPolicyNone, routeapi.InsecureEdgeTerminationPolicyAllow, routeapi.InsecureEdgeTerminationPolicyRedirect)
msg:=fmt.Sprintf("invalid value for InsecureEdgeTerminationPolicy option, acceptable values are %s, %s, or empty", routeapi.InsecureEdgeTerminationPolicyNone, routeapi.InsecureEdgeTerminationPolicyRedirect)
0 commit comments