Azure / draft-classic

A tool for developers to create cloud-native applications on Kubernetes.
https://draft.sh
MIT License
3.92k stars 397 forks source link

`draft` always calls "pass" and pollutes local password store (fix: update deps) #829

Open maximbaz opened 6 years ago

maximbaz commented 6 years ago

I started using draft and I noticed that it pollutes my private password store with empty entries every time I use any draft command. This unfortunately makes draft quite unusable.

The cause was found and fixed in one of the dependencies, and it has just been propagated to docker/cli.

Please update the docker/cli dependency to the latest commit in order to include the fix, and publish a new version of draft so that package managers can update draft as well. Thanks!

bacongobbler commented 6 years ago

Looks like there's still more work to do via https://github.com/docker/cli/pull/1160. Once that's merged then we should be good to bump docker/cli :)

maximbaz commented 6 years ago

... and now that one is merged as well 🙂