Bump arrstack plugin catalog to v0.2.0 #144
Reference in New Issue
Block a user
Delete Branch "benvin/arrstack-plugin-sha-0.2.0"
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 v0.2.0 arrstack plugin binary is live on all five OpenBao nodes (RPM applied via post-merge puppet runs), and the catalog still pins the v0.1.0 sha — OpenBao refuses to launch a plugin whose binary hash does not match the catalog entry.
Changes
config/plugins/vault-plugin-secrets-arrstack.yaml:version->0.2.0andsha256->9ea7f160…12fa1, computed from the binary extracted fromopenbao-plugin-secrets-arrstack-0.2.0-1.x86_64.rpm(the same RPM puppet pins).Post-apply
Run
vault plugin reload -plugin=vault-plugin-secrets-arrstackafter the apply so the running mount swaps to the v0.2.0 binary.