From 71dd234579b0fb5b80a3dd8a4dc733e47d806bfe Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 16 Apr 2026 19:09:27 -0500 Subject: [PATCH] feat: add audit to config --- clusters/cl01tl/helm/openbao/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clusters/cl01tl/helm/openbao/values.yaml b/clusters/cl01tl/helm/openbao/values.yaml index fa1d7ad94..d4690896f 100644 --- a/clusters/cl01tl/helm/openbao/values.yaml +++ b/clusters/cl01tl/helm/openbao/values.yaml @@ -68,6 +68,10 @@ openbao: } } + audit "file" { + path = "/openbao/audit/openbao_audit.log" + } + service_registration "kubernetes" {} telemetry { -- 2.49.1