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
- Host: GitHub
- URL: https://github.com/harmon25/vaulter
- Owner: harmon25
- License: mit
- Created: 2016-02-24T01:27:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-24T01:30:49.000Z (over 10 years ago)
- Last Synced: 2025-12-28T15:00:05.951Z (6 months ago)
- Language: Elixir
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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