vault: pin openbao-plugin-secrets-ghp on the OpenBao nodes
ci/woodpecker/pr/ruby-validate Pipeline was successful
ci/woodpecker/pr/puppet-lint Pipeline was successful
ci/woodpecker/pr/yamllint Pipeline was successful
ci/woodpecker/pr/bolt-validate Pipeline was successful
ci/woodpecker/pr/erb-validate Pipeline was successful
ci/woodpecker/pr/epp-validate Pipeline was successful
ci/woodpecker/pr/puppet-validate Pipeline was successful
ci/woodpecker/pr/ruby-check Pipeline was successful

Installs the ghp secrets-engine plugin binary (v0.1.0) into /opt/openbao-plugins
so terraform-vault can register it in the catalog (sha256 pinned in
config/plugins/vault-plugin-secrets-ghp.yaml). First of the ordered plugin-add
steps: install via puppet -> config-write policy -> engine resources.
This commit is contained in:
2026-08-16 14:42:16 +10:00
parent 7102ef2b34
commit 98b4352d8c
+2
View File
@@ -44,3 +44,5 @@ profiles::packages::include:
ensure: '0.1.0'
openbao-plugin-secrets-netbox:
ensure: '0.1.0'
openbao-plugin-secrets-ghp:
ensure: '0.1.0'