Pin openbao secrets plugins to exact versions #492

Merged
benvin merged 1 commits from benvin/pin-openbao-plugin-versions into develop 2026-07-20 23:46:37 +10:00
Showing only changes of commit 4d112ad67f - Show all commits
+9 -3
View File
@@ -27,8 +27,14 @@ profiles::nginx::simpleproxy::proxy_port: 8200
profiles::nginx::simpleproxy::proxy_path: '/' profiles::nginx::simpleproxy::proxy_path: '/'
profiles::packages::include: profiles::packages::include:
# openbao-plugins (base bundle) left unpinned; it tracks the openbao package.
openbao-plugins: {} openbao-plugins: {}
openbao-plugin-secrets-litellm: {} # Secrets plugins pinned to the exact version whose binary matches the sha256
openbao-plugin-secrets-gpg: {} # registered in terraform-vault (config/plugins/*.yaml). Bump both in lockstep
# on upgrade, or OpenBao refuses to launch the plugin after a restart.
openbao-plugin-secrets-litellm:
ensure: '0.1.1'
openbao-plugin-secrets-gpg:
ensure: '0.1.0'
openbao-plugin-secrets-rancher: openbao-plugin-secrets-rancher:
ensure: latest ensure: '0.1.1'