An open API service indexing awesome lists of open source software.

https://github.com/harmon25/vaulter

Elixir client library for Hashicorps Vault
https://github.com/harmon25/vaulter

Last synced: about 1 month ago
JSON representation

Elixir client library for Hashicorps Vault

Awesome Lists containing this project

README

          

# Vaulter
Elixir client library for Hashicorps Vault

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

1. Add vaulter to your list of dependencies in `mix.exs`:

def deps do
[{:vaulter, "~> 0.0.1"}]
end