2015-05-22 17:32:14 -04:00
|
|
|
---
|
2017-03-17 14:06:03 -04:00
|
|
|
layout: "api"
|
2015-05-22 17:32:14 -04:00
|
|
|
page_title: "HTTP API: Libraries"
|
|
|
|
|
sidebar_current: "docs-http-libraries"
|
|
|
|
|
description: |-
|
|
|
|
|
List of official and community contributed libraries for interacting with the Vault HTTP API.
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
# Libraries
|
|
|
|
|
|
|
|
|
|
The programming libraries listed on this page can be used to consume the API more conveniently.
|
|
|
|
|
Some are officially maintained while others are provided by the community.
|
|
|
|
|
|
2016-01-22 10:01:15 -05:00
|
|
|
## Official
|
2015-07-31 17:10:38 -04:00
|
|
|
|
2016-01-22 10:01:15 -05:00
|
|
|
These libraries are officially maintained by HashiCorp.
|
2015-07-31 17:10:38 -04:00
|
|
|
|
2016-01-22 10:01:15 -05:00
|
|
|
### Go
|
2015-05-22 17:32:14 -04:00
|
|
|
|
2016-01-22 10:01:15 -05:00
|
|
|
* [Vault Go Client](https://github.com/hashicorp/vault/tree/master/api)
|
2017-03-06 16:10:35 -05:00
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
$ go get github.com/hashicorp/vault/api
|
|
|
|
|
```
|
2015-05-22 17:32:14 -04:00
|
|
|
|
2016-01-22 10:01:15 -05:00
|
|
|
### Ruby
|
2015-05-22 17:32:14 -04:00
|
|
|
|
2016-01-22 10:01:15 -05:00
|
|
|
* [Vault Ruby Client](https://github.com/hashicorp/vault-ruby)
|
2017-03-06 16:10:35 -05:00
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
$ gem install vault
|
|
|
|
|
```
|
2016-01-22 10:01:15 -05:00
|
|
|
|
|
|
|
|
## Community
|
|
|
|
|
|
|
|
|
|
These libraries are provided by the community.
|
|
|
|
|
|
2016-07-27 12:34:13 -04:00
|
|
|
### Ansible
|
|
|
|
|
|
2017-08-14 20:28:11 -04:00
|
|
|
* [ansible-vault](https://github.com/jhaals/ansible-vault) lookup plugin without third-party dependencies.
|
2016-07-27 12:34:13 -04:00
|
|
|
* [Ansible Modules Hashivault](https://pypi.python.org/pypi/ansible-modules-hashivault)
|
2017-03-06 16:10:35 -05:00
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
$ pip install ansible-modules-hashivault
|
|
|
|
|
```
|
2016-07-27 12:34:13 -04:00
|
|
|
|
2016-01-22 10:01:15 -05:00
|
|
|
### C#
|
|
|
|
|
|
2018-08-17 08:47:16 -04:00
|
|
|
* [VaultSharp](https://github.com/rajanadar/VaultSharp) (.NET Core >= 1.0.0, .NET 4.5, .NET 4.6, Mono, iOS, Android, Mac, UWP etc.)
|
2017-03-06 16:10:35 -05:00
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
$ Install-Package VaultSharp
|
|
|
|
|
```
|
|
|
|
|
|
2016-12-29 20:26:47 -05:00
|
|
|
* [Vault.NET](https://github.com/Chatham/Vault.NET)
|
2017-03-06 16:10:35 -05:00
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
$ Install-Package Vault
|
|
|
|
|
```
|
2016-10-29 13:53:06 -04:00
|
|
|
|
2016-10-27 14:39:52 -04:00
|
|
|
### Clojure
|
|
|
|
|
|
|
|
|
|
* [vault-clj](https://github.com/amperity/vault-clj)
|
2015-05-22 17:32:14 -04:00
|
|
|
|
2016-09-13 09:23:46 -04:00
|
|
|
### Elixir
|
|
|
|
|
|
|
|
|
|
* [vaultex](https://hex.pm/packages/vaultex)
|
|
|
|
|
|
2017-01-03 11:29:54 -05:00
|
|
|
### Go
|
|
|
|
|
|
|
|
|
|
* [vc](https://github.com/adfinis-sygroup/vault-client)
|
|
|
|
|
|
2017-03-06 16:10:35 -05:00
|
|
|
```shell
|
|
|
|
|
$ go get github.com/adfinis-sygroup/vault-client
|
|
|
|
|
```
|
|
|
|
|
|
2016-11-17 13:36:00 -05:00
|
|
|
### Haskell
|
|
|
|
|
|
|
|
|
|
* [vault-tool](https://hackage.haskell.org/package/vault-tool)
|
2017-03-06 16:10:35 -05:00
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
$ cabal install vault-tool
|
|
|
|
|
```
|
2016-11-17 13:36:00 -05:00
|
|
|
|
2016-01-22 10:01:15 -05:00
|
|
|
### Java
|
|
|
|
|
|
2016-10-29 13:53:06 -04:00
|
|
|
* [Spring Vault](https://github.com/spring-projects/spring-vault)
|
2016-01-29 21:02:54 -05:00
|
|
|
* [vault-java-driver](https://github.com/BetterCloud/vault-java-driver)
|
2016-01-22 10:01:15 -05:00
|
|
|
|
2016-04-11 12:37:42 -04:00
|
|
|
### Kotlin
|
|
|
|
|
|
|
|
|
|
* [vault-kotlin](https://github.com/kunickiaj/vault-kotlin)
|
|
|
|
|
|
2016-01-22 10:01:15 -05:00
|
|
|
### Node.js
|
2015-05-22 17:32:14 -04:00
|
|
|
|
|
|
|
|
* [node-vault](https://github.com/kr1sp1n/node-vault)
|
2017-03-06 16:10:35 -05:00
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
$ npm install node-vault
|
|
|
|
|
```
|
|
|
|
|
|
2015-07-31 14:31:26 -04:00
|
|
|
* [vaulted](https://github.com/chiefy/vaulted)
|
2017-03-06 16:10:35 -05:00
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
$ npm install vaulted
|
|
|
|
|
```
|
2015-12-14 13:04:05 -05:00
|
|
|
|
2016-04-20 09:59:39 -04:00
|
|
|
### PHP
|
|
|
|
|
|
|
|
|
|
* [vault-php-sdk](https://github.com/jippi/vault-php-sdk)
|
2017-03-06 16:10:35 -05:00
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
$ composer require jippi/vault-php-sdk
|
|
|
|
|
```
|
|
|
|
|
|
2017-02-10 12:39:18 -05:00
|
|
|
* [vault-php-sdk](https://github.com/violuke/vault-php-sdk) extended from jipppi
|
2017-03-06 16:10:35 -05:00
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
$ composer require violuke/vault-php-sdk
|
|
|
|
|
```
|
2016-04-20 09:59:39 -04:00
|
|
|
|
2017-08-21 13:07:03 -04:00
|
|
|
* [vault-php](https://github.com/CSharpRU/vault-php)
|
|
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
$ composer require csharpru/vault-php
|
|
|
|
|
```
|
|
|
|
|
|
2017-06-17 11:24:13 -04:00
|
|
|
### PowerShell
|
|
|
|
|
|
|
|
|
|
* [Zyborg.Vault](https://github.com/zyborg/Zyborg.Vault)
|
|
|
|
|
|
|
|
|
|
```PowerShell
|
|
|
|
|
Install-Module Zyborg.Vault
|
|
|
|
|
```
|
|
|
|
|
|
2016-01-22 10:01:15 -05:00
|
|
|
### Python
|
2015-12-14 13:04:05 -05:00
|
|
|
|
2016-01-22 10:01:15 -05:00
|
|
|
* [HVAC](https://github.com/ianunruh/hvac)
|
2017-03-06 16:10:35 -05:00
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
$ pip install hvac
|
|
|
|
|
```
|
2016-12-29 20:26:47 -05:00
|
|
|
|
2018-06-05 10:23:56 -04:00
|
|
|
* [Async-HVAC](https://github.com/Aloomaio/async-hvac)
|
|
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
$ pip install async-hvac
|
|
|
|
|
```
|
|
|
|
|
|
2016-12-01 13:54:41 -05:00
|
|
|
### Rust
|
|
|
|
|
|
|
|
|
|
* [HashicorpVault](https://crates.io/crates/hashicorp_vault)
|
2016-05-04 13:04:28 -04:00
|
|
|
|
|
|
|
|
### Scala
|
|
|
|
|
* [scala-vault](https://github.com/janstenpickle/scala-vault)
|