From 76be4ee93119e71d0be5f47f90e8ba474b991750 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Mon, 6 Jul 2026 22:10:58 +1000 Subject: [PATCH] feat: install vault-plugin-secrets-litellm ensure the litellm plugin for vault is installed --- 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 b489d04..9a50185 100644 --- a/hieradata/roles/infra/storage/vault.yaml +++ b/hieradata/roles/infra/storage/vault.yaml @@ -28,3 +28,4 @@ profiles::nginx::simpleproxy::proxy_path: '/' profiles::packages::include: openbao-plugins: {} + vault-plugin-secrets-litellm: {} -- 2.47.3