revomatico / kong-oidc

OIDC plugin for Kong
Apache License 2.0
110 stars 75 forks source link

Connection refused when accessing discovery url #41

Open jamieyapyq opened 12 months ago

jamieyapyq commented 12 months ago

I am running revomatico/docker-kong-oidc:3.2.2-3 with keycloak using docker-compose.

I am getting this error: openidc.lua:573: openidc_discover(): accessing discovery url (http://keycloak:8080/auth/realms/master/.well-known/openid-configuration) failed: connection refused

Have tried to curl the discovery url from kong shell and managed to get the response from keycloak. Can I check why lua is still throwing this error?