From fc7716a0a2915b17598882e2ca540192b888f959 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Fri, 17 Jul 2026 23:40:08 +1000 Subject: [PATCH] Install openbao-plugin-secrets-rancher on vault nodes Lays down the rancher secrets-engine plugin binary in the OpenBao plugin directory (/opt/openbao-plugins/vault-plugin-secrets-rancher) so terraform-vault can register and mount it. Package comes from the rpm-internal repo. - Add openbao-plugin-secrets-rancher to profiles::packages::include on the vault storage role. --- hieradata/roles/infra/storage/vault.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/hieradata/roles/infra/storage/vault.yaml b/hieradata/roles/infra/storage/vault.yaml index 4f716f7..25a7961 100644 --- a/hieradata/roles/infra/storage/vault.yaml +++ b/hieradata/roles/infra/storage/vault.yaml @@ -30,3 +30,4 @@ profiles::packages::include: openbao-plugins: {} openbao-plugin-secrets-litellm: {} openbao-plugin-secrets-gpg: {} + openbao-plugin-secrets-rancher: {}