Skip to content
#

loadbalancing

Here are 117 public repositories matching this topic...

jagerzhang
jagerzhang commented Aug 4, 2021

Issue description

在Consumer中添加 consumer-restriction 插件,里面的 type 能否支持下route_id,这样我们就能基于 consumer 的纬度来限制能访问到的 route,现在的版本我看了下只支持 consumer_name 和 service_id,即只能在 route 纬度来限制 consumer 或者 只能在 consumer 纬度来限制能访问的 service。

需求场景:同一组service下可以有多个route,但是可能有部分route是不用鉴权的或者需要额外申请才给开通,如果能在consumer纬度支持一下 route_id,那样就能更精细化的赋权,且不用每个用户来申请权限都需要对route接口发起一个PATCH请求。

插件文档:https://apisix.apache.org/docs/apis

tokers
tokers commented Jul 26, 2021

Timeout for waiting for the components/custom resources to launch or set up now is hardcoded. It's not reasonable since the GitHub Action is slow sometimes.

We may tidy up the timeout settings around the codebase and unify them with a configurable one, also, for the sake of easy to change, we may export an environment variable to control it.

Yiyiyimu
Yiyiyimu commented Jul 27, 2021

We tried to build dashboard docker image for ARM in #197 but failed. Since I could build dashboard docker image on m1 so there's nothing to do with the building process itself.

And since it stuck at yarn build, a large chance is free Github Actions machine is lack of memory since we also deploy QEMU to simulate arm environment, as [ref](https://stackoverflow.com/questions/59868448/rpc-error

Improve this page

Add a description, image, and links to the loadbalancing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the loadbalancing topic, visit your repo's landing page and select "manage topics."

Learn more