chore: install openbao-plugin-secrets-gpg on vault nodes
ci/woodpecker/pr/ruby-validate Pipeline was successful
ci/woodpecker/pr/puppet-lint Pipeline was successful
ci/woodpecker/pr/bolt-validate Pipeline was successful
ci/woodpecker/pr/erb-validate Pipeline was successful
ci/woodpecker/pr/yamllint 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

Deploy the GPG/OpenPGP secrets engine to the OpenBao (vault-role) cluster by
installing its plugin RPM into /opt/openbao-plugins, mirroring the existing
openbao-plugin-secrets-litellm deployment. The RPM ships from artifactapi
rpm-internal (built on the vault-plugin-secrets-gpg v0.1.0 tag).

Registering/enabling the backend is a separate terraform-vault change.
This commit is contained in:
2026-07-16 22:43:23 +10:00
parent 88fcb97ad1
commit c8cc60fdb8
+1
View File
@@ -29,3 +29,4 @@ profiles::nginx::simpleproxy::proxy_path: '/'
profiles::packages::include:
openbao-plugins: {}
openbao-plugin-secrets-litellm: {}
openbao-plugin-secrets-gpg: {}