Understand the mechanisms of Vault clients to
authenticate with Vault. There are three high-level approaches; platform
integration, trusted orchestrator, or Vault agent.
16min
Use Consul Template and Envconsul with Vault
Demonstrates the use of Consul Template and Envconsul tools to retrieve
secrets from Vault.
20min
AppRole with Terraform & Chef
This tutorial discusses the concepts necessary to help users
understand Vault's AppRole authentication pattern and how to use it to
securely introduce a Vault authentication token to a target server,
application, or container.
13min
Java application demo
Understand Vault's AppRole authentication pattern and how to use it to
securely introduce a Vault authentication token to a target server,
application, container, etc. in a Java environment.
16min
Transit secrets re-wrapping
Demonstrate one possible way to re-wrap data after rotating an encryption key in the transit engine in Vault.
11min
Encrypting data with Transform secrets engine
Transform secrets engine allows generation of cryptographically secure tokens
mapped to sensitive data such as credit card numbers.
13min
Using HashiCorp Vault C# client with .NET Core
Demonstrate how to retrieve secrets from HashiCorp Vault in
.NET Core application using a Vault C# Client.
12min
Using HashiCorp Vault Agent with .NET Core
Demonstrate how to securely inject short-lived secrets into
a .NET Core application using HashiCorp Vault Agent.
11min
Vault GitHub Actions
Integrate Vault secrets in GitHub actions to enhance your GitOps workflows.
18min
Vault AWS Lambda extension
Retrieve Vault secrets with AWS Lambda functions packaged in an archive or a
container image.
28min
Securing your logs in Confluent Cloud with HashiCorp Vault
Learn how to use Vault to secure your confluent logs
12min
Introduction to the Vault AWS Lambda extension
Learn how to use the Vault AWS Lambda extension to get secrets from HCP Vault.
8min
Build your own plugins
Learn how to build, register, and mount a custom plugin.