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
KongPlugin resource allows for specifying an arbitrary config.
A lot of users run into problems where the config is not valid, sometimes arrays are represents as maps, sometimes validation of a value fails, typos, etc.
This problem can be solved by introducing an Admission webhook controller, which takes in a KongPlugin object and validates the configuration against the corresponding Kong plugin's schema.
This catches most of the errors that users run into currently while using the Ingress controller.
The text was updated successfully, but these errors were encountered:
Users frequently stumble onto situation where a mis-configured plugin
stops the entire controller from functioning.
It is now possible to setup an admission validation Webhook to prevent
users from mis-configuring plugins and consumers.
Documentation on how to configure the controller will be published soon
and this controller will include KongCredentials in the future.
Fix#245
From #372
KongPlugin resource allows for specifying an arbitrary
config
.A lot of users run into problems where the config is not valid, sometimes arrays are represents as maps, sometimes validation of a value fails, typos, etc.
This problem can be solved by introducing an Admission webhook controller, which takes in a KongPlugin object and validates the configuration against the corresponding Kong plugin's schema.
This catches most of the errors that users run into currently while using the Ingress controller.
The text was updated successfully, but these errors were encountered: