From b45a5e04b7f49ffdadd5117b6b5253c6f1c05430 Mon Sep 17 00:00:00 2001 From: whyour Date: Wed, 26 Aug 2026 02:08:27 +0800 Subject: [PATCH] fix(ql3): align live control fixture keyring --- .../test/postgres.integration.test.cjs | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/packages/ql3-cluster-control/test/postgres.integration.test.cjs b/packages/ql3-cluster-control/test/postgres.integration.test.cjs index 177f7e2c..36a1fd15 100644 --- a/packages/ql3-cluster-control/test/postgres.integration.test.cjs +++ b/packages/ql3-cluster-control/test/postgres.integration.test.cjs @@ -1078,7 +1078,18 @@ if (!migrationConnectionString || !runtimeConnectionString) { applicationName: 'ql3-cluster-availability-integration', }, }, - security: { apiCredentialPepper: 'A'.repeat(43) }, + security: { + apiCredentialPepperKeyring: { + schemaVersion: 1, + activePepperKeyId: 'legacy-v1', + keys: [ + { + pepperKeyId: 'legacy-v1', + pepper: 'A'.repeat(43), + }, + ], + }, + }, }, recovery: { ownerId: 'availability-integration-replica',