Replies: 1 comment
-
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As an API designer, I would like the ability to add Kong tags and Kubernetes labels in my OpenAPI specifications. This feature should be optional when I call
generateFromSpec
. When I add tag elements in OAS, the openapi-2-kong library could generate Kong tags when using thekong-declarative-config
type and would also generate labels when using thekong-for-kubernetes
type.When deploying with deck or k8s, I will then be able to specify tags, so I have finer grained control over the Kong configuration. An example use case is say there are keys that have been configured with the key-auth plugin which are not contained in the OAS document, when deck runs against Kong, those keys will be removed, which is an undesirable scenario.
Beta Was this translation helpful? Give feedback.
All reactions