From fea81790bcac1abf3a5158e9c6dc74667356ec2a Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Tue, 18 Aug 2026 23:11:35 +1000 Subject: [PATCH] Install openbao-plugin-secrets-arrstack v0.1.0 Add the openbao-plugin-secrets-arrstack RPM to the OpenBao VM nodes so the new secrets engine binary is present in /opt/openbao-plugins for catalog registration by terraform-vault. --- hieradata/roles/infra/storage/vault.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hieradata/roles/infra/storage/vault.yaml b/hieradata/roles/infra/storage/vault.yaml index ea1fbf2..915afbb 100644 --- a/hieradata/roles/infra/storage/vault.yaml +++ b/hieradata/roles/infra/storage/vault.yaml @@ -46,3 +46,5 @@ profiles::packages::include: ensure: '0.1.0' openbao-plugin-secrets-ghp: ensure: '0.1.0' + openbao-plugin-secrets-arrstack: + ensure: '0.1.0'