sephiroth1395 / restic-PyBM

A Python 3 wrapper to manage and monitor backups with restic
MIT License
10 stars 1 forks source link

Integration with HashiCorp Vault #3

Open sephiroth1395 opened 3 years ago

sephiroth1395 commented 3 years ago

Once this plugin reaches a usable state, restic-PyBM should natively be able to use it to record new repositories and request on-the-fly secrets for existing ones.

sephiroth1395 commented 3 years ago

Basic implementation is already there through the -V argument, with static secrets. Needs documentation.