Kong / go-pdk

Write Kong plugins in Go! 🦍
https://pkg.go.dev/github.com/Kong/go-pdk
Apache License 2.0
144 stars 48 forks source link

Question: Consumer Group Plugin #166

Closed shunsukew closed 8 months ago

shunsukew commented 8 months ago

I'm planning to develop custom plugin for our usecase. I assume currently only RateLimit plugin can be configurable for Consumer Group.

Is it technically possible to develop and apply Custom plugin for Consumer Group? And is it planned to add plugin configuration other than Rate Limit to Consumer Group resource as official feature (e.g. via Kong Konnect Portal)?

jschmid1 commented 8 months ago

Yes, Consumer Groups are now first-class entities, which means that you can scope plugins to it. Please check https://docs.konghq.com/gateway/latest/kong-enterprise/consumer-groups/ for more details.

If you plan to develop your own custom plugin, you can use this. (Note that Consumer Groups are an Enterprise feature)

shunsukew commented 8 months ago

I see, that's good to hear. Thank you so much!