Install openbao-plugin-secrets-gpg on vault nodes #480
Reference in New Issue
Block a user
Delete Branch "benvin/openbao-plugin-gpg"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Deploy the GPG/OpenPGP secrets engine to the OpenBao (vault-role) cluster by installing its plugin RPM into
/opt/openbao-plugins, mirroring the existingopenbao-plugin-secrets-litellmdeployment (#479).openbao-plugin-secrets-gpgtoprofiles::packages::includein the vault role hiera. The RPM ships from artifactapirpm-internal(built on the vault-plugin-secrets-gpg v0.1.0 tag) and lands the plugin binary in the node's configuredplugin_directory.Registering + enabling the secrets backend (
plugin register/secrets enable) is a follow-up terraform-vault change, matching how litellm is wired.