latchset / custodia

An API to manage secrets storage and retrieval
GNU General Public License v3.0
85 stars 27 forks source link

Add "howto write a plugin" documentation #223

Open tiran opened 7 years ago

tiran commented 7 years ago

Custodia is easily extensible with external plugins but it's not yet well documented. I created an example project that can be used to bootstrap a new plugin, https://github.com/tiran/custodia-example-plugins

We could consider to add my example plugings to latchset or even turn it into a Cookie Cutter (https://github.com/audreyr/cookiecutter) recipe.