kayx23 commented on issue #10346:
URL: https://github.com/apache/apisix/issues/10346#issuecomment-1767332668
Not sure if adding `GET` helps as the config has `exprs` below to match
requests. Does it work if you remove the `exprs`?
```
exprs:
- subject:
scope: Variable
name: graphql_operation
op: Equal
value: query
```
Also I don't see `Variable` as an acceptable value for the `scope` in the
[doc](https://github.com/apache/apisix-ingress-controller/blob/0736bba3f3bda0d47620ef1c6414f73d5b2056e5/docs/en/latest/references/apisix_route_v2.md?plain=1#L53).
Please double check.
Additionally this _may_ be relevant
https://github.com/apache/apisix-ingress-controller/issues/1223
--
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]