Require current node possession proof
This commit is contained in:
parent
66eeaaf958
commit
64062fadac
10 changed files with 417 additions and 10 deletions
|
|
@ -361,6 +361,11 @@ const domainAccessOrchestrator = new DomainAccessOrchestrator(
|
|||
},
|
||||
},
|
||||
nodeRegistrationClaims,
|
||||
{
|
||||
// The production node-keystore bridge is not registered yet. Returning no
|
||||
// proof keeps the domain gate closed even if a future signed claim appears.
|
||||
async prove() { return null; },
|
||||
},
|
||||
{
|
||||
async read() {
|
||||
// 当前灯塔尚未发布签名运行体交接端点。保持关闭,不从账号身份推导运行体权限。
|
||||
|
|
|
|||
Loading…
Reference in a new issue