zowe / sample-spring-boot-api-service

Zowe REST API service SDK and sample API service that integrates with Zowe API Mediation Layer
Other
26 stars 18 forks source link

Instructions how to integrate with API ML in Zowe in Docker #58

Closed plavjanik closed 4 years ago

plavjanik commented 4 years ago

Documentation on how to integrate with Zowe in Docker (provided and described by @VitekVlcek-Broadcom at https://github.com/zowe/zowe-dockerfiles/tree/master/dockerfiles/zowe-1.5.0) has been added.

It shows how to make Zowe in Docker to trust the sample service and how the Zowe in Docker can connect to the service running on the Docker host even if they share the same hostname by using host.docker.internal as the hostname.

The "localhost" sample certificate has been updated to include host.docker.internal in the SAN extension so the certificate validation succeeds.

Signed-off-by: Petr Plavjanik plavjanik@gmail.com

plavjanik commented 4 years ago

@dkelosky Thank you for your comments. They are really helpful and I will address them soon.

github-actions[bot] commented 4 years ago

This PR request has not been updated in a long time.