akalittle
akalittle
Instead of return `context deadline exceeded` Response returns code: 200 (OK); Time: 5007ms; Content length: 140 bytes
Any updates on this? Still facing the problem by the version 1.5.3
Hey, the yaml above of mine is to explain: I have a service proxy all `/status/*` to the service However, I just want to expose `/status/metrics` to public without keyauth....
For our usage scenarios,if we have a lot of graphql queries like query a 、b、c and so on. We want to expose a and b query to public use, and...
> you can refer to > > https://github.com/apache/apisix-ingress-controller/blob/dfcbaac8f2b8c9c5ece12e3454fa57a2a23dba65/samples/deploy/crd/v1/ApisixRoute.yaml#L665-L707 > > add some expr configurations. According to the file, only `Cookie Header Path Query` scope are supported. However in the graphql...
Any updates on this ?
> What do you need? A demo about APISIX using auth plugins works well with google account? Yep.A demo works fine with google account.
> @akalittle Is the OpenID Connect plugin available for you? Thanks. I will try this plugin.
> try without quoting createAt and updateat field Of course I can try. But I think it doesn't solve the problem. It's the code generated.
The fields are from : ``` txStatusFieldNames = builder.RawFieldNames(&TxStatus{}, true) txStatusRows = strings.Join(txStatusFieldNames, ",") ``` I can hack this time. But it's not the right way to solve this problem...