urlencoded paths
#2842
-
Hi, Envoy gateway seems to decode these berfore routing, which leads in 404 responses from gitlab api. |
Beta Was this translation helpful? Give feedback.
Answered by
liorokman
Mar 9, 2024
Replies: 1 comment 1 reply
-
Take a look at the Seems like what you're looking for is the kind: ClientTrafficPolicy
spec:
path:
escapedSlashesAction: KeepUnchanged
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
vixns
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Take a look at the
ClientTrafficPolicy
in the latest version.Seems like what you're looking for is the
escapedSlashesAction
knob set toKeepUnchanged
: