From 885b4f4199ba5bccdfb7d753c60dc6d80cc8a006 Mon Sep 17 00:00:00 2001 From: Maha Benzekri Date: Tue, 18 Aug 2026 12:09:39 +0200 Subject: [PATCH 1/2] Bump vault to 8.10.6 Pick up the vault fix accepting falsy constant params in request context validation: a signatureAge of 0 was dropped from the request context, failing policy evaluation (VAULT-735, found via RD-1890). Issue: ZENKO-5348 --- solution/deps.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solution/deps.yaml b/solution/deps.yaml index e0df039ba3..ab9c9911ef 100644 --- a/solution/deps.yaml +++ b/solution/deps.yaml @@ -125,7 +125,7 @@ vault: dashboard: vault2/vault-dashboards policy: vault2/vault-policies image: vault2 - tag: 8.10.5 + tag: 8.10.6 envsubst: VAULT_TAG zenko-operator: sourceRegistry: ghcr.io/scality From 3da0dee038cca4e44e1d9fb3b0c67bc15f3b7111 Mon Sep 17 00:00:00 2001 From: Maha Benzekri Date: Wed, 26 Aug 2026 17:52:40 +0200 Subject: [PATCH 2/2] Bump vault to 8.11.9 Pick up the vault fix accepting falsy constant params in request context validation: a signatureAge of 0 was dropped from the request context, failing policy evaluation (VAULT-735, found via RD-1890). Issue: ZENKO-5348 --- solution/deps.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solution/deps.yaml b/solution/deps.yaml index 203d56af1c..1504b8cde4 100644 --- a/solution/deps.yaml +++ b/solution/deps.yaml @@ -125,7 +125,7 @@ vault: dashboard: vault2/vault-dashboards policy: vault2/vault-policies image: vault2 - tag: 8.11.6 + tag: 8.11.9 envsubst: VAULT_TAG zenko-operator: sourceRegistry: ghcr.io/scality