mirror of
https://github.com/hashicorp/hello-vault-spring
synced 2026-04-05 19:04:15 +00:00
No description
- Java 56.7%
- Shell 33.7%
- Dockerfile 6.9%
- HCL 2.7%
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> |
||
|---|---|---|
| .github | ||
| quick-start | ||
| sample-app | ||
| .gitignore | ||
| CODEOWNERS | ||
| LICENSE | ||
| README.md | ||
hello-vault-spring
Runnable examples of how to integrate a Java Spring Boot application with HashiCorp Vault, using the community-maintained Spring Vault library.
All examples here run Vault in -dev mode which is insecure and should not be run in production, but these examples can be a good starting point to learn from.
Quick Start
This is a simple example of reading and writing your first secret!
Sample Application
Here you will find a more realistic example that demonstrates many important concepts, including authentication, static and dynamic secrets.