We’re currently deployed in DB-less on kubernetes. While installing Kong Gateway with Kong Ingress Controller (KIC), we noticed that our ingress-controller is failing to start up properly.
When reviewing the logs, or the Kubernetes events for the affected resource, we can see a schema violation for the openid-connect plugin stating it is an enterprise-only plugin, surfaced through one of two paths:
As an admission-webhook rejection when applying the resource:
Error from server: error when creating "plugin.yaml": admission webhook "validations.kong.konghq.com" denied the request: openid-connect is an enterprise only pluginOr as a KongConfigurationApplyFailed Warning Event on the resource if the webhook path is bypassed:
Warning KongConfigurationApplyFailed ingress-controller openid-connect is an enterprise only pluginHow can we resolve this?