purekeeper opened a new issue #862:
URL: https://github.com/apache/apisix-ingress-controller/issues/862
### Issue description
I define Apisix Route and use exprs field :
- name: test
match:
hosts:
- service.xx.cn
paths:
- /aaa/**### :var1**/test
exprs:
- subject:
scope: Path or Query ?
name: **### var1**
op: RegexMatch
value: "^[^/]{16,}"
I want get the **### va1** value and use exprs to filter request ,so how to
write ?
### Environment
- your apisix-ingress-controller version (output of
apisix-ingress-controller version --long):
- your Kubernetes cluster version (output of kubectl version):
- if you run apisix-ingress-controller in Bare-metal environment, also show
your OS version (uname -a):
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]