Keep the scheme of redirect location as the same of the request when scheme
is empty in RequestRedirect
HTTPRoute filter when Kong redirect
plugin supports
#6856
Labels
area/gateway-api
Relating to upstream Kubernetes SIG Networking Gateway API
Is there an existing issue for this?
Does this enhancement require public documentation?
Problem Statement
The
redirect
plugin does not support alocation
without a scheme (example:konghq.com
) to keep the scheme in the request, so we set the scheme of thelocation
tohttp
whenscheme
field is empty inRequestRedirect
filter. This is not conformant with the gateway API specification where the scheme should be kept the same as the request if thescheme
field is empty.Proposed Solution
redirect
Kong plugin supports keeping scheme in the redirect location, configure theredirect
plugin to keep the scheme of the location.Additional information
No response
Acceptance Criteria
RequestRedirect
filter does not specify a scheme.The text was updated successfully, but these errors were encountered: