hashicorp / terraform-aws-vault-starter

A Terraform Module for provisioning an OSS Vault cluster (using integrated storage) as described by HashiCorp reference architecture.
Mozilla Public License 2.0
76 stars 65 forks source link

Add vault enterprise support #43

Closed dannyibishev closed 2 years ago

dannyibishev commented 2 years ago

Update (7 September 2022)

I have added a lot more than I would have liked for my use-case. Therefore, I will leave the owners to decide whether they want to make tweaks to make it acceptable for this module, or if they want to close it.

Here are a few other changes that were made in order to support terraform enterprise (for our usecase) using the integrated storage architecture.

I'd also suggest a git rebase is done to tidy up the commit names and splice together test commits so there's less noise

troyready commented 2 years ago

Hi @dannyibishev . Sorry for not responding sooner here. Very much appreciate the contributions you've done.

I'm going to close this out, but I'd encourage anyone interested in any of its features to pick it up and open a separate issue to explore it. The only technical/procedural note I'll make is that we currently have a separate module for deploying Vault Enterprise, so anyone picking up the same features should split them between the modules as appropriate.

dannyibishev commented 2 years ago

@troyready Thanks for looking into this.

May I suggest you add labels to the enterprise vault module repository as I could not find it easily when I first started looking into this.