cooper.wu
cooper.wu
I think apisix deps resty ldap,lua , so may be you can expend this ldap.lua interface .
the interface about client: search implement in here https://github.com/api7/lua-resty-ldap/blob/main/lib/resty/ldap/client.lua
@moyunnie , maybe you should check why pvc win11cd-pvc stuck in pending ? ---- your logs ----- win11cd-pvc Pending 9d
can you check your vm status , cdi has a featureGates HonorWaitForFirstConsumer , sometime you need start vm first , then pvc start bound . https://github.com/kubevirt/containerized-data-importer/blob/main/doc/waitforfirstconsumer-storage-handling.md
Can you provide apisix logs ?
https://apisix.apache.org/docs/apisix/plugins/response-rewrite/ Does it works ?
Because apisix save route in etcd instead of database , so you should get all route from etcd and filter by service_id or by upstream_id
1. set config.yaml node_listen multiple ports: ``` node_listen: - port: 8080 - port: 8081 - port: 8082 ``` 2. set route vars match port 8081 ``` curl http://127.0.0.1:9180/apisix/admin/routes/1 -H 'X-API-KEY:...
按说明是在内部模拟 etcd的, `模拟 etcd server API:根据 CRD 构建 KV 内存数据库,并模拟 etcd server API 提供给 APISIX 进行使用。APISIX 将会尝试 watch Controller 提供的资源配置,并通知到 APISIX 实例。` 你部署 失败的现象是什么样的?
从 apisix-helm-chart/charts/apisix-ingress-controller/templates/deployment.yaml 来看 config.etcdserver.enabled 为true , 才会连接启动内置的etcd 12379 建议你还是用 enabled 为true 试下