cyberark / conjur-quickstart

Start securing your secrets and infrastructure by installing Conjur, using Docker and the official Conjur containers on DockerHub.
Apache License 2.0
34 stars 36 forks source link

Containers not accessible outside of Docker #6

Closed JakeQuilty closed 4 years ago

JakeQuilty commented 4 years ago

I have not been able to access the containers from outside of docker execing into one and pinging the other. Only being able to make API calls from inside a shell of one of the containers makes tutorials like this one unusable.

sgnn7 commented 4 years ago

This is working with the fix in #9 - the port is exposed on port 8443:

./conjur-py3-cli-linux --insecure -l https://localhost:8443 -a myConjurAccount -p <api_key> -u admin list
2020-01-31 21:34:54,604 WARNING: ************************************************************
2020-01-31 21:34:54,605 WARNING: 'ssl_verify' is False - YOU ARE VULNERABLE TO MITM ATTACKS!
2020-01-31 21:34:54,606 WARNING: ************************************************************
[]