From 73ba530debcd6924a67ea151f819dabe3ac7e330 Mon Sep 17 00:00:00 2001 From: usrme Date: Tue, 31 Oct 2023 21:29:23 +0200 Subject: [PATCH] feat(vault.hcl): add initial manifest (#406) --- vault.hcl | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 vault.hcl diff --git a/vault.hcl b/vault.hcl new file mode 100644 index 00000000..8981c48c --- /dev/null +++ b/vault.hcl @@ -0,0 +1,11 @@ +description = "A tool for secrets management, encryption as a service, and privileged access management." +binaries = ["vault"] +test = "vault version" +repository = "https://github.com/hashicorp/vault" +source = "https://releases.hashicorp.com/vault/${version}/vault_${version}_${os}_${arch}.zip" + +version "1.15.1" { + auto-version { + github-release = "hashicorp/vault" + } +}