From 2c107d1e9d25d8031fc7f4806303d70becbe5dff Mon Sep 17 00:00:00 2001 From: whyour Date: Wed, 26 Aug 2026 01:59:41 +0800 Subject: [PATCH] fix(ql3): align HA fixture with pepper keyring --- scripts/ql3-postgres-ha-replica.cjs | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/scripts/ql3-postgres-ha-replica.cjs b/scripts/ql3-postgres-ha-replica.cjs index e4480357..fc7c0858 100644 --- a/scripts/ql3-postgres-ha-replica.cjs +++ b/scripts/ql3-postgres-ha-replica.cjs @@ -68,7 +68,16 @@ async function main() { }, }, security: { - apiCredentialPepper: 'A'.repeat(43), + apiCredentialPepperKeyring: { + schemaVersion: 1, + activePepperKeyId: 'legacy-v1', + keys: [ + { + pepperKeyId: 'legacy-v1', + pepper: 'A'.repeat(43), + }, + ], + }, }, }, recovery: {