Traky Deng

Results 132 comments of Traky Deng

I have not tried `openid-connect` with `authz-casbin` but I did attempt your described scenario using `openid-connect` with `authz-keycloak` a while ago, so did another user (I am struggling to find...

Can you elaborate how is this not working? Is the `token_type_hint` not added or the scenario you want to implement is not working as intended? What are you hoping to...

I was able to reproduce the issue with the following steps: 1. configure datadog on a route 2. configure a consumer with `key-auth` 3. patch the route with `key-auth` 4....

> During implementation, it was found that the same plug-in first executed the routing configuration plug-in, and then executed the consumer configuration plug-in. Is this correct? What plugin is this...

cc: @shreemaan-abhishek relevant issue: https://github.com/apache/apisix/issues/10873

Would it be sufficient to add two examples (`register custom built-in variables` and `modify specific field in response body`), same as the api7 docs, for this issue? If so, I...

This would perhaps require serverless plugin. @shreemaan-abhishek could advise a bit more.

> Also, it looks like to me that it's "only" possible to pull messages from Kafka using APISIX, not pushing messages to it. Is my understanding correct? @dannyboodmann correct

Disclaimer: I'm no expert on this topic, but here are some information I gathered. The test case (https://github.com/apache/apisix/blob/master/t/pubsub/kafka.t#L156) suggests that one should pull messages from kafka over websocket connections and...