mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-23 12:05:27 +08:00
feat(ql3): establish 3.0 incubation baseline
This commit is contained in:
+20
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"operation": "cluster.prompt-output-key.verify-recovery",
|
||||
"authorizationFile": "/var/run/qinglong3/prompt-output-external-recovery/authorization.json",
|
||||
"custodyBundleFile": "/var/run/qinglong3/prompt-output-external-recovery/custody-bundle.json",
|
||||
"recoveredMaterialFile": "/var/run/qinglong3/prompt-output-external-recovery/recovered-material.bin",
|
||||
"durableKeyFactFile": "/var/run/qinglong3/prompt-output-external-recovery/durable-key-fact.json",
|
||||
"artifactFile": "/var/run/qinglong3/prompt-output-external-recovery/artifact.json",
|
||||
"custodyPublicKeyFile": "/var/run/qinglong3/prompt-output-external-recovery/custody-public-key.pem",
|
||||
"approverPublicKeyFiles": [
|
||||
{
|
||||
"userId": "replace-with-first-reviewer-user-id",
|
||||
"filePath": "/var/run/qinglong3/prompt-output-external-recovery/first-reviewer-public-key.pem"
|
||||
},
|
||||
{
|
||||
"userId": "replace-with-second-reviewer-user-id",
|
||||
"filePath": "/var/run/qinglong3/prompt-output-external-recovery/second-reviewer-public-key.pem"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user