cyberark / summon

CLI that provides on-demand secrets access for common DevOps tools
https://cyberark.github.io/summon
MIT License
704 stars 62 forks source link

LastPass integration #62

Closed mattthehearn closed 6 years ago

mattthehearn commented 6 years ago

Are there any significant roadblocks that prevent "LastPass" integration?

dustinmm80 commented 6 years ago

I'm not familiar with lastpass command line tooling options. What kind of integration would you like to see?

mattthehearn commented 6 years ago

Well, that's a good question. :) I'm not sure that LastPass has a CLI; it's generally best at saving passwords it scours from a browser, though in practice I use it to store all kinds of things (server logins, secure notes, etc.). I'll check and see if they provide a CLI, or at least an API that can be securely accessed.

Edit to add: I did find this: https://github.com/lastpass/lastpass-cli I'll install it and see what it can be made to do.

dustinmm80 commented 6 years ago

@mattthehearn you may be in luck, looks like someone else has already created a provider. It's wraps the lastpass CLI, looks like. Have you seen this?

https://github.com/Lugoues/summon-lastpass

mattthehearn commented 6 years ago

Yep, already made my own fork and working on improving it. Got distracted by some other stuff, but the lastpass CLI by itself is pretty awesome.

dustinmm80 commented 6 years ago

Okay great, glad that's working for you. I'm going to close this issue out then. Cheers!