mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-23 03:18:09 +08:00
fix(ql3): align HA fixture with pepper keyring
This commit is contained in:
@@ -68,7 +68,16 @@ async function main() {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
security: {
|
security: {
|
||||||
apiCredentialPepper: 'A'.repeat(43),
|
apiCredentialPepperKeyring: {
|
||||||
|
schemaVersion: 1,
|
||||||
|
activePepperKeyId: 'legacy-v1',
|
||||||
|
keys: [
|
||||||
|
{
|
||||||
|
pepperKeyId: 'legacy-v1',
|
||||||
|
pepper: 'A'.repeat(43),
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
recovery: {
|
recovery: {
|
||||||
|
|||||||
Reference in New Issue
Block a user