Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Releases: hashicorp/terraform-aws-vault

v0.12.2

06 May 11:51
137b4a0
Compare
Choose a tag to compare

Modules affected

  • run-vault

Description

  • Fix a bug where we were not registering Vault properly in systemd, so it would not automatically start after a reboot.

Related links

v0.12.1

12 Apr 23:36
8cf9045
Compare
Choose a tag to compare

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

03 Apr 12:45
df75973
Compare
Choose a tag to compare

Modules affected

  • run-vault
  • examples/vault-consul-ami

Description

  • Switches from supervisord to systemd and updates from Amazon Linux to Amazon Linux 2.

Related links

v0.11.4

20 Feb 10:41
0b0f740
Compare
Choose a tag to compare

Modules affected

  • vault-cluster

Description

  • Allows enabling S3 bucket versioning on Vault Backend

Related links

v0.11.3

19 Dec 09:17
3227c76
Compare
Choose a tag to compare

Modules affected

  • run-vault

Description

  • Fixes error when configuring auto unseal endpoint

Related links

v0.11.2

18 Dec 15:04
3227c76
Compare
Choose a tag to compare

#117 #120 #122 #123

  • 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

27 Nov 12:01
8417c0f
Compare
Choose a tag to compare

#113 Allows specifying autoscaling group metrics

Changes affect:

  • modules/vault-cluster

v0.11.0

14 Nov 13:04
98e501d
Compare
Choose a tag to compare

#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 to vault-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

v0.10.3

20 Sep 13:32
83e4c9f
Compare
Choose a tag to compare

#94: The vault-security-group-rules module now adds a self rule so that Vault servers can talk to each other via their API port.

v0.10.2

30 Aug 12:58
43d5e86
Compare
Choose a tag to compare

#87 #92 You can now pass to the AMI specific urls to dowload vault and consul. This is useful for installing the enterprise or pro packages.