Skip to content

Commit

Permalink
Add links to vault-examples repo (#12740)
Browse files Browse the repository at this point in the history
  • Loading branch information
digivava committed Oct 5, 2021
1 parent 30fd91c commit d33ad08
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 2 additions & 0 deletions api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
6 changes: 6 additions & 0 deletions website/content/api-docs/libraries.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d33ad08

Please sign in to comment.