-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugins scoped to consumers groups are shown as global #1005
Closed
aldredb opened this issue
Aug 17, 2023
· 0 comments
· Fixed by Kong/go-database-reconciler#134 or #1380
Closed
Plugins scoped to consumers groups are shown as global #1005
aldredb opened this issue
Aug 17, 2023
· 0 comments
· Fixed by Kong/go-database-reconciler#134 or #1380
Milestone
Comments
Prashansa-K
added a commit
to Kong/go-database-reconciler
that referenced
this issue
Aug 26, 2024
Prior to this fix, deck was reporting the plugins as global even if a consumer-group was attached to them. This was only a output problem, not a association problem. The fix checks if a consumer-group exists or not before reporting any plugin as global. Fixes: Kong/deck#1005
5 tasks
Prashansa-K
added a commit
to Kong/go-database-reconciler
that referenced
this issue
Aug 27, 2024
* fix: plugin shown as global despite a consumer-group present Prior to this fix, deck was reporting the plugins as global even if a consumer-group was attached to them. This was only a output problem, not a association problem. The fix checks if a consumer-group exists or not before reporting any plugin as global. Fixes: Kong/deck#1005 * chore: moved to table-driven tests for plugin console function
Prashansa-K
added a commit
that referenced
this issue
Aug 27, 2024
This version of go-database-reconciler has the fix that ensures that plugins are not shown as global if they have a consumer group attached. Earlier, they were wrongly shown as global, despite the actual associations working fine. Fixes #1005
2 tasks
Prashansa-K
added a commit
that referenced
this issue
Aug 28, 2024
This version of go-database-reconciler has the fix that ensures that plugins are not shown as global if they have a consumer group attached. Earlier, they were wrongly shown as global, despite the actual associations working fine. Fixes #1005
Prashansa-K
added a commit
that referenced
this issue
Aug 28, 2024
This version of go-database-reconciler has the fix that ensures that plugins are not shown as global if they have a consumer group attached. Earlier, they were wrongly shown as global, despite the actual associations working fine. Fixes #1005
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have rate limiting advanced plugin attached to a consumer group (see deck file below). When performing deck sync, the plugin is shown as global instead. I used deck v1.26.0 against Kong EE 3.4.0.0. This is confusing and potentially misleading
The text was updated successfully, but these errors were encountered: