xebialabs-community / xld-openshift-plugin

Plugin to deploy war files on jboss gears in open shift and support for OpenShift v3 on Kubernetes
2 stars 6 forks source link

XLD windows login task leaks password #11

Closed MarkRx closed 7 years ago

MarkRx commented 7 years ago

Windows by default has echo on in batch scripts. As a result the oc login command is logged with the password.

px-djozis commented 7 years ago

Simple fix would be to put this at the start of each script if running on Windows: @echo off

jdewinne commented 7 years ago

Thanks. I've fixed it in version 6.4.1