mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-03 12:07:54 +00:00
backport of commit e969e4ae43 (#21966)
Co-authored-by: Conor McCullough <103977699+conor-mccullough@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c06da2b9ee
commit
f47a185818
@@ -36,13 +36,23 @@ $ go get github.com/hashicorp/vault/api
|
|||||||
$ gem install vault
|
$ gem install vault
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## C#
|
||||||
|
|
||||||
|
- [Vault DotNet Client](https://github.com/hashicorp/vault-client-dotnet) - Note that this is currently in early development, and is not yet production-ready.
|
||||||
|
|
||||||
|
```shell-session
|
||||||
|
# Install-Package HashiCorp.Vault
|
||||||
|
```
|
||||||
|
|
||||||
|
[Example application](https://github.com/hashicorp/vault-client-dotnet#getting-started)
|
||||||
|
|
||||||
## Community
|
## Community
|
||||||
|
|
||||||
These libraries are provided by the community.
|
These libraries are provided by the community.
|
||||||
|
|
||||||
### Ansible
|
### Ansible
|
||||||
|
|
||||||
- [ansible-vault](https://github.com/jhaals/ansible-vault) lookup plugin without third-party dependencies.
|
- [ansible-vault](https://github.com/jhaals/ansible-vault) - Lookup plugin without third-party dependencies.
|
||||||
- [Ansible Modules Hashivault](https://pypi.python.org/pypi/ansible-modules-hashivault)
|
- [Ansible Modules Hashivault](https://pypi.python.org/pypi/ansible-modules-hashivault)
|
||||||
|
|
||||||
```shell-session
|
```shell-session
|
||||||
|
|||||||
Reference in New Issue
Block a user