What is the use of strip_path property in kongingress

hello
what is the exact behaviour of strip_path property in kongingress under route

Hello @nithinkd,

stip_path in KongIngress corresponds to the strip_path property of Route object in Kong.

You can use it to configure Kong to strip the matching part of your path (as defined in the Route object) from the HTTP request before it is proxied upstream.