vagrant-service-manager
vagrant-service-manager copied to clipboard
Don't report cert information when it is disabled
From @bexelbie on November 23, 2015 12:14
per @hferentschik in #33
On a different note, if I disable tls verfication, adbinfo still reports DOCKER_CERT_PATH and DOCKER_TLS_VERIFY. Really in this case they should not be set. I have to manually unset them.
Copied from original issue: projectatomic/vagrant-adbinfo#36
IMO, having a docker daemon running over TCP without any authentication is not recommended. Closing the issue, re-open if there is a use case.
The issue is that if someone makes a choice to disable authentication (perhaps they are in an air-gapped environment) the output of env
is wrong. I believe this should be a low-priority fix request.