Hi,
I’m running kong using the official helm chart (chart version 0.13.0, app version 1.2) configured in db-less mode.
I’m getting a load of logs in the ingress-controller container about request validation for the /config route.
W0626 06:00:11.216162 1 queue.go:113] requeuing alchemy/cm-acme-http-solver-698mv, err posting new config to /config: 400 Bad Request {"fields":{"certificates":[{"cert":"length must be at least 1"}]},"name":"invalid declarative configuration","code":14,"message":"declarative config is invalid: {certificates={{cert=\"length must be at least 1\"}}}"}
E0626 06:00:14.549898 1 controller.go:125] unexpected failure updating Kong configuration:
posting new config to /config: 400 Bad Request {"fields":{"certificates":[{"cert":"length must be at least 1"}]},"name":"invalid declarative configuration","code":14,"message":"declarative config is invalid: {certificates={{cert=\"length must be at least 1\"}}}"}
This log repeats for every kube service in the cluster.
I’m unable to find out what certificates it’s referring to and how/where to remedy this.
Thanks for any help.