You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 pluginskong 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
Steps 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
The text was updated successfully, but these errors were encountered: