mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-20 16:07:11 +08:00
fix(ql3): align live control fixture keyring
This commit is contained in:
@@ -1078,7 +1078,18 @@ if (!migrationConnectionString || !runtimeConnectionString) {
|
|||||||
applicationName: 'ql3-cluster-availability-integration',
|
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: {
|
recovery: {
|
||||||
ownerId: 'availability-integration-replica',
|
ownerId: 'availability-integration-replica',
|
||||||
|
|||||||
Reference in New Issue
Block a user