Leonid

Results 3 comments of Leonid

Thanks! I saw that in examples, but did not find in docs, so was not sure what is that about. Will try.

`{**path}` did not help. I added the following configuration: ``` "Test": { "Match": { "Path": "/api/gwtest/{**path}" }, "Order": 200, "ClusterId": "k8sGeo", "AuthorizationPolicy": "ValidateToken", "Transforms": [ { "PathPattern": "/api/{path}" } ]...

It worked for me when I changed to {**path} in both places - Match and Transforms. Thanks! I think this issue can be closed.