turnerlabs / harbor-compose

A tool for running containerized applications on Harbor
Apache License 2.0
15 stars 4 forks source link

When not on the VPN calling `up` does not stop when it can't connect to services #124

Open yungjames opened 7 years ago

yungjames commented 7 years ago
$ hc -f .codeship/docker-compose.yml -c .codeship/harbor-compose.yml up
Post https://auth.services.dmtio.net/v1/auth/checktoken: dial tcp 10.61.3.132:443: i/o timeout
Unable to verify token: Post https://auth.services.dmtio.net/v1/auth/checktoken: dial tcp 10.61.3.132:443: i/o timeout
Login with your Argonauts Login ID to run harbor compose commands. If you don't have a Argonauts Login ID, please reach out in slack to the cloud architecture team.
Username:

If auth.services.dmtio.net is unavailable process should end, not continue and ask for Username.

jritsema commented 7 years ago

Thanks for reporting this @yungjames.