shubhamdipt / passbolt-python-api

An Api for passbolt in python
MIT License
12 stars 15 forks source link

Make "PASSPHRASE" optional in the config #13

Closed ekollof closed 5 days ago

ekollof commented 2 years ago

This change will allow the passphrase in the config to be empty so gpg-agent can take over authentication. It will also help avoid having secrets in config files

This will solve #12