bluelabsio / records-mover

Python library and CLI you can use to move relational data from one place to another - DBs/CSV/gsheets/dataframes/...
Apache License 2.0
37 stars 4 forks source link

Warning: LastPass deprecation #252

Open monikered opened 1 year ago

monikered commented 1 year ago

This repository contains dependencies on LastPass, which is scheduled for deprecation on 8/21/23. Workflows that continue to use this library may fail until a 1Password integration patch is released.

To continue using this library locally in the meantime, you must download this LastPass-to-1Password utility and follow the instructions in the readme.

If this does not work at first, make sure that every field from any LastPass entry referenced by this library has been successfully migrated into 1Password. Some users have found that fields such as URL, Hostname, Database, or Port need to be manually copied over.

If you need any assistance, please reach out to us in #help.

monikered commented 12 months ago

References to LastPass in this library can be found here: https://github.com/search?q=repo%3Abluelabsio%2Frecords-mover%20lastpass&type=code

ryantimjohn commented 10 months ago

Hey @Brunope @naswierczek just a reminder to close this issue out when you port to new version of db-facts. It might be worth also renaming all of the lastpass references @monikered linked above, and the ones for lpass below: https://github.com/search?q=repo%3Abluelabsio%2Frecords-mover+lpass&type=code

But as far as I can tell from a brief glance none of those in fact reference the lpass command line tool and instead reference lastpass entries in db-facts. So... worth updating but that might actually be a breaking change so, worth thinking about whether it's worth updating the name now or slow deprecating it.

naswierczek commented 10 months ago

We were able to shake out where the remaining lpass references were here. See creds/lpass.py :P

Should be easy enough to remove but it's not as simple as just updating db-facts, sad to say.