Understand the mechanisms of Vault clients to
authenticate with Vault. There are three high-level approaches; platform
integration, trusted orchestrator, or Vault agent.
10min
Encrypt Spring application data with Vault
Use Spring Vault library to develop an application that encrypt and decrypt data with transit secrets engine.
16min
Re-wrapping data after encryption key rotation
Demonstrate one possible way to re-wrap data after rotating an encryption key in the transit engine in Vault.
11min
Data transformation with code examples
Transform secrets engine allows generation of cryptographically secure tokens
mapped to sensitive data such as credit card numbers.
13min
Retrieve secrets from Vault using C# client library with .NET Core
Demonstrate how to retrieve secrets from HashiCorp Vault in
.NET Core application using a Vault C# Client.
12min
Reload secrets after expiration with Vault Agent with .NET Core
Use Vault Agent and Consul template to authenticate to Vault, retrieve database usernames and passwords, generate a configuration file, and reload an .NET Core application each time the database secrets expire.
27min
Reload HashiCorp Vault secrets in Spring applications
Reload your Spring application with new secrets from Vault while minimizing downtime.
This tutorial shows the code you need in your application on JVM or GraalVM to handle static and dynamic secrets.
11min
Automate workflows with Vault GitHub actions
Configure your GitHub workflow using Vault GitHub actions to retrieve secrets.
12min
Retrieve secrets with Vault AWS Lambda extension
Use Terraform to provision a Lambda function with the Vault AWS Lambda extension which retrieves secrets from HCP Vault Dedicated.
8min
Build custom Vault plugins
Build, register, and mount a custom auth method and secrets engine written in Go language.