Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: consumer-group scoped plugins not showing tags
On running deck file render command, tags were coming up for global and service/route scoped plugins. However, for consumer-group scoped plugins, the tags did not populate. This was because the underlying struct did not have tags in the first place. This change updates the underlying struct for consumer-group plugins by adding tags to them as well. This will ensure that tags show up during deck file render. For: Kong/deck#1417
- Loading branch information