Dedup consumer groups? #7284
zihaoyu
started this conversation in
Ideas and feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
There are duplicate groups from ACL plugin, if I put more than one consumer in the same group.
Is it possible to dedup the groups, and group consumers by their ACL groups? Furthermore, is it possible to treat groups as a first-class resource in the ACL plugin, like
/acls/groups
endpoint? Because groups are used to whitelist/blacklist in service/route ACLs, I think they deserve more attention.Steps To Reproduce
consumer-1
.consumer-2
.consumer-1
. Put it ingroup-1
.consumer-2
. Put it ingroup-1
as well.group-1
entries.Additional Details & Logs
$ kong version
): 1.3.0$ kong start --vv
)<KONG_PREFIX>/logs/error.log
)https://docs.konghq.com/latest/admin-api/#retrieve-node-information)
Beta Was this translation helpful? Give feedback.
All reactions