vagrant-service-manager icon indicating copy to clipboard operation
vagrant-service-manager copied to clipboard

Don't report cert information when it is disabled

Open navidshaikh opened this issue 9 years ago • 2 comments

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

navidshaikh avatar Feb 09 '16 15:02 navidshaikh

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.

navidshaikh avatar May 16 '16 14:05 navidshaikh

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.

bexelbie avatar May 16 '16 14:05 bexelbie