latchset / clevis

Automated Encryption Framework
GNU General Public License v3.0
869 stars 98 forks source link

Hashicorp vault support #363

Open stobbsm opened 2 years ago

stobbsm commented 2 years ago

Wondering if Hashicorp vault support will be implemented?

I would be willing to help implement a rest-api caller for it, but my c is very rusty (like 20 years since use).

Hashicorp vault is a tool that enables better secret management, and this kind of tool seems like the perfect thing to use with it.

Is there anywhere I can look to see how to add pins? I'm still exploring, and will update here if I answer my own question.

sarroutbi commented 2 years ago

Hello @stobbsm.

In order to add a PR with a new pin, I guess you can try to have a look at the "null" pin as a guidance, which has been recently submitted as replacement to the test pin (https://github.com/latchset/clevis/pull/353)