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/10/11 01:36:01 UTC

[GitHub] [apisix-ingress-controller] tokers commented on issue #1376: request help: How ApisixRoute resources use vars in Route

tokers commented on issue #1376:
URL: https://github.com/apache/apisix-ingress-controller/issues/1376#issuecomment-1273976937

   @hyt05 We don't have a specific proposal for this, but maybe extend the `exprs` would be a good idea, i.e., adding a new scope type `Variable`.
   
   ```yaml
   exprs:
     subject:
       name: http_x_user_id
             scope: Variable
       op: Equal
       value: 132
   ```
   


-- 
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