You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/02/12 08:02:41 UTC

[GitHub] [apisix-ingress-controller] purekeeper opened a new issue #862: How can I get value for path variable ?

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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-ingress-controller] purekeeper commented on issue #862: How can I get value for path variable ?

Posted by GitBox <gi...@apache.org>.
purekeeper commented on issue #862:
URL: https://github.com/apache/apisix-ingress-controller/issues/862#issuecomment-1041013815


   @tao12345666333   Do you know about the issue?


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-ingress-controller] tao12345666333 commented on issue #862: How can I get value for path variable ?

Posted by GitBox <gi...@apache.org>.
tao12345666333 commented on issue #862:
URL: https://github.com/apache/apisix-ingress-controller/issues/862#issuecomment-1041152050


   you can see https://github.com/api7/lua-resty-expr docs.


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org