mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-18 18:38:08 -05:00
Update libraries.mdx (#21846)
* Update libraries.mdx
Hello! We now maintain a dotnet client for Vault, updating the docs to include this info.
* Update libraries.mdx
Removed version flag from Install-Package.
Changed formatting slightly of ansible-vault to match as I think the hyphen + capital first letter looks nicer.
* Remove extra '('
---------
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
This commit is contained in:
parent
ad3316fe2f
commit
e969e4ae43
1 changed files with 11 additions and 1 deletions
|
|
@ -36,13 +36,23 @@ $ go get github.com/hashicorp/vault/api
|
|||
$ 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
|
||||
|
||||
These libraries are provided by the community.
|
||||
|
||||
### 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)
|
||||
|
||||
```shell-session
|
||||
|
|
|
|||
Loading…
Reference in a new issue