rundeck-plugins/docker

TLS verify is enabled by default for docker execute step

ryancurrah opened this issue · 0 comments

A tls-verify default should not be specified for the node-execute step similar to the run step. This breaks the docker command when no TLS cert is installed, which is the default for most setups. And further to this 0 does not disable tls-verify as mentioned here moby/moby#22411. So we should probably remove 0 as an option as it is misleading.