For some reason still unknown to me, services can't see each other when running a normal oc cluster up. Running those within a VirtualBox via docker-machine seems to make it work fine. This is in line with the MSA instructions, although we here create a more powerful VM.
The other change is removing the requirement of HTTPS for the endpoints. As the cert is self-signed, the client would need to trust this cert, or call HTTP directly. At least for now, calling HTTP instead of HTTPS is preferable.
For some reason still unknown to me, services can't see each other when running a normal
oc cluster up
. Running those within a VirtualBox viadocker-machine
seems to make it work fine. This is in line with the MSA instructions, although we here create a more powerful VM.The other change is removing the requirement of HTTPS for the endpoints. As the cert is self-signed, the client would need to trust this cert, or call HTTP directly. At least for now, calling HTTP instead of HTTPS is preferable.