Upgrade openbao-plugin-secrets-rancher to latest (v0.1.1) #488
Reference in New Issue
Block a user
Delete Branch "benvin/rancher-plugin-latest"
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?
Why
The vault nodes have rancher plugin v0.1.0, which mints non-functional tokens (returns
status.valuenotstatus.bearerToken; every cred/rotation 401s). v0.1.1 fixes it.ensure_packagesdefaults topresent, which won't upgrade an already-installed package, so pin tolatestto pull v0.1.1.Changes
openbao-plugin-secrets-rancher: { ensure: latest }on the vault storage role.Note
latestwill also pull future releases automatically — keep the terraform-vault catalog sha256 (config/plugins/vault-plugin-secrets-rancher.yaml) bumped in lockstep, or a vault restart after a future upgrade will fail the sha check. Happy to pin to an exact version instead if you'd prefer lockstep-by-pin.