Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 793 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 793 Bytes

nim-vault

Travis CI

Light wrapper around the HashiCorp Vault API. The library is currently tested against the latest version of the official Vault Docker container.

NOTE: This library is a work in-progress, the supported endpoints are expanding regularly. Any Enterprise-level API calls will be provided as procs, but these procs will not be tested due to not having an Enterprise licensed server to test against.

Documentation

Currently you'll need to take a look at the modules in nim_vault/src/nim_vault/bare. Generated docs from the source are coming Real Soon Now (TM).