Add links to vault-examples repo (#12740)
This commit is contained in:
parent
8c29f49e1a
commit
1549af7e53
|
@ -60,6 +60,8 @@ check out our [Getting Started guides](https://learn.hashicorp.com/collections/v
|
|||
on HashiCorp's learning platform. There are also [additional guides](https://learn.hashicorp.com/vault)
|
||||
to continue your learning.
|
||||
|
||||
For examples of how to interact with Vault from inside your application in different programming languages, see the [vault-examples](https://github.com/hashicorp/vault-examples) repo.
|
||||
|
||||
Show off your Vault knowledge by passing a certification exam. Visit the
|
||||
[certification page](https://www.hashicorp.com/certification/#hashicorp-certified-vault-associate)
|
||||
for information about exams and find [study materials](https://learn.hashicorp.com/collections/vault/certification)
|
||||
|
|
|
@ -3,4 +3,6 @@ Vault API
|
|||
|
||||
This provides the `github.com/hashicorp/vault/api` package which contains code useful for interacting with a Vault server.
|
||||
|
||||
For examples of how to use this module, see the [vault-examples](https://github.com/hashicorp/vault-examples/tree/main/go) repo.
|
||||
|
||||
[![GoDoc](https://godoc.org/github.com/hashicorp/vault/api?status.png)](https://godoc.org/github.com/hashicorp/vault/api)
|
|
@ -11,6 +11,8 @@ description: >-
|
|||
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.
|
||||
|
||||
For copy-pastable examples of how to use these libraries, see the [vault-examples](https://github.com/hashicorp/vault-examples) repo.
|
||||
|
||||
## Official
|
||||
|
||||
These libraries are officially maintained by HashiCorp.
|
||||
|
@ -23,6 +25,8 @@ These libraries are officially maintained by HashiCorp.
|
|||
$ go get github.com/hashicorp/vault/api
|
||||
```
|
||||
|
||||
[Code samples](https://github.com/hashicorp/vault-examples/tree/main/go)
|
||||
|
||||
### Ruby
|
||||
|
||||
- [Vault Ruby Client](https://github.com/hashicorp/vault-ruby)
|
||||
|
@ -52,6 +56,8 @@ $ pip install ansible-modules-hashivault
|
|||
$ Install-Package VaultSharp
|
||||
```
|
||||
|
||||
[Code samples](https://github.com/hashicorp/vault-examples/tree/main/dotnet/Examples)
|
||||
|
||||
- [Vault.NET](https://github.com/Chatham/Vault.NET)
|
||||
|
||||
```shell-session
|
||||
|
|
Loading…
Reference in New Issue