When using deck file render using file which contains consumer_group scoped plugins which have tags defined, the output no longer has tags for those plugins.
Problem Analysis:
For some reason, the deck file render command does not keep tags on consumer_grpup scoped plugins
kong config db_export produces a declarative config with tags on consumer_group scoped plugins so there does not seem to be a limitation with the declarative config that would prevent the tags to be created
Problem Statement:
When using
deck file render
using file which contains consumer_group scoped plugins which have tags defined, the output no longer has tags for those plugins.Problem Analysis:
For some reason, the
deck file render
command does not keep tags on consumer_grpup scoped plugins kong config db_export produces a declarative config with tags on consumer_group scoped plugins so there does not seem to be a limitation with the declarative config that would prevent the tags to be createdSteps to Reproduce:
Create kong-rendered.json using this command:
Check the file to see that the consumer_group scoped plugins do not have the tags as defined in kong-plugin.yaml