lein-ancient icon indicating copy to clipboard operation
lein-ancient copied to clipboard

Should support ":env" as repository password

Open Rulqu opened this issue 5 years ago • 1 comments

I have a project.clj set up using ":env" as the password like explained in https://github.com/technomancy/leiningen/blob/stable/doc/DEPLOY.md#credentials-in-the-environment

When using export LEIN_PASSWORD=password && lein ancient however, the plugin gets 401 error.

This plugin should support this way of inputting passwords.

Rulqu avatar Feb 26 '20 12:02 Rulqu

Hello! It has been a while, but recent changes to ancient-clj now let us rely on the same resolution mechanism that Leiningen already uses. This should mean that repositories and their credentials should work as expected. If you're still interested in this, could you verify the behaviour using [lein-ancient "1.0.0-RC1"]?

xsc avatar Feb 13 '21 15:02 xsc