Hi,
I’m trying to setup KIC in hybrid mode where some data plane nodes are outside of control plane k8s cluster. Data plane node local to the control plane connects to CONTROLLER_KONG_ADMIN_URL fine as long as it is set to Kong admin service URL (https://<svc_url>:8444). I have exposed admin API externally and secured it with auth plugin and I can connect to it over the Internet with curl and correct credentials with no problems. However, if I set CONTROLLER_KONG_ADMIN_URL and CONTROLLER_KONG_ADMIN_HEADER on data node external k8s cluster the data node fails to start with level=info msg="retry 1 to fetch metadata from kong: 403 Forbidden {\n \"message\":\"Forbidden\"\n}"
error.
Any help would be appreciated.