mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-20 16:07:11 +08:00
fix(ql3): align HA fixture with pepper keyring
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user