-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ensuring consumer-group scoped plugins show 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
1 parent
4c15b26
commit a26ac5c
Showing
3 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters