ncarlier / kong-integration-samples

Samples Kong integration.
https://blog.worldline.tech/2018/05/16/api-gateway-oidc.html
122 stars 43 forks source link

Dockerfile incomplete #1

Closed liepaja closed 6 years ago

liepaja commented 6 years ago

Was not able to make with-keycloak build deploy. Few more packages were needed:

RUN yum install -y openssl-devel gcc
liepaja commented 6 years ago

Also kong admin is not exposed outside the container. Config file needs to be edited and localhost replaced with 0.0.0.0.

ncarlier commented 6 years ago

New Dockerfile fixed that. Thanks a lot for the issue report!