Alex Zhang
Alex Zhang
Cannot capture the background, could you describe it deliberately?
@soulbird API keys are bound on APISIX consumers, so will the key-auth plugin contain multiple API keys for the same consumer? Or an API request will map with a few...
> It's my understanding that the key-auth plugin still contains only one key, but the value of the key can be a combination of client_id and client_secret in the request...
@itw-hewb Any abnormal logs in the error log file of APISIX?
I found a log entry "failed to fetch data from etcd: failed to read etcd dir", it should be unexpected and might affect the routes.
> > I found a log entry "failed to fetch data from etcd: failed to read etcd dir", it should be unexpected and might affect the routes. > > 有可能,为什么会有这个?我检查了我的etcd...
> lua_max_pending_timers and lua_max_running_timers for per nginx woker or the whole ngnx workers? It's for the individual.
What about introducing the consumer group concept?
So that we can only need to configure the group in the plugin.
So we can add a new field `group` in the `consumer-restriction` plugin and it will apply to all consumers in this group. In such a case, we have two options...