It's not possible to setup consumer-restriction plugin with consumer_group_id type in Dashbaord.
In API documentation it's in allowed values of type param and it works as expected in Admin API, although when creating such config through Dashboard, it rejects it with following error:
Invalid plugin data
/type should be equal to one of the allowed values: consumer_name, route_id, service_id
Expected behavior
It is possible to use customer-restriction plugin with consumer_group_id type as in Admin API
How to Reproduce
Start creating route in Dashboard
In plugins section enable consumer-restriction plugin and define following config:
Issue description
It's not possible to setup consumer-restriction plugin with consumer_group_id type in Dashbaord.
In API documentation it's in allowed values of type param and it works as expected in Admin API, although when creating such config through Dashboard, it rejects it with following error:
Expected behavior
It is possible to use customer-restriction plugin with consumer_group_id type as in Admin API
How to Reproduce
Screenshots
Environment
apisix version
): 3.6.0uname -a
): Darwin Kernel Version 23.0.0nginx -V
oropenresty -V
):etcd --version
): bitnami/etcd:3.5.9Additional context
No response