Pin openbao secrets plugins to exact versions #492
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user