Week 6, Part 2 - Welcome to Vault Enterprise
Week 6 is broken into 3 parts. Part 2 of the Vault Enterprise onboarding journey is all about integrating Vault with applications. We will be using Vault in a Kubernetes environment.
Some of the highlights you’ll explore this week are with Vault Agent. Vault Agent is a client daemon that provides the following feature set. Auto-Auth will automatically authenticate to Vault and manage the token renewal process for locally-retrieved dynamic secrets.Caching allows client-side caching of responses containing newly created tokens and responses containing leased secrets generated off of these newly created tokens. The agent also manages the renewals of the cached tokens and leases. Vault Agent Templates are user-supplied templates by Vault Agent, using the token generated by the Auto-Auth step.