Skip to content

Commit

Permalink
feat(vault.hcl): add initial manifest (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
usrme authored Oct 31, 2023
1 parent c6e43d8 commit 73ba530
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions vault.hcl
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 73ba530

Please sign in to comment.