This repository has been archived by the owner on Jan 25, 2023. It is now read-only.
Releases: hashicorp/terraform-aws-vault
Releases · hashicorp/terraform-aws-vault
v0.12.2
v0.12.1
Modules affected
run-vault
install-vault
Description
- You can now tell the
run-vault
script to run Vault in agent mode rather than server mode by passing the--agent
argument, along with a set of new--agent-xxx
configs (e.g.,--agent-vault-address
,--agent-vault-port
, etc). The Vault agent is a client daemon that provides auto auth and caching features.
Related links
v0.12.0
v0.11.4
v0.11.3
v0.11.2
- Uses vault 1.0.0 for building the example ami and vault open source for running the auto-unseal example
- Adds support for configuring KMS API endpoint for auto-unseal
- Removes backticks from
run-vault
which was causing unexpected behavior - Removes pip and boto3 installation from
install-vault
and adds it to the packer template example with an optional flag
Modules affected:
run-vault
install-vault
v0.11.1
v0.11.0
#95 #96 #98 #99 #100 #101 #102 #104 #105 #106 #109 #111
- Adds examples on how to use vault auth using both ec2 and iam methods
- Adds an example on how to use vault auto unseal
- Adds auto unseal configuration flags to
run-vault
module and the necessary vars and policies tovault-cluster
module - Bumps versions of vault, consul, gruntwork modules & terratest
- Restructuring of tests
- Multiple small fixes around race conditions on launching resources or http requests that needed to be retried
- Docs updates