Require current node possession proof

This commit is contained in:
冰朔 2026-08-10 08:00:53 +08:00
commit 64062fadac
10 changed files with 417 additions and 10 deletions

View file

@ -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() {
// 当前灯塔尚未发布签名运行体交接端点。保持关闭,不从账号身份推导运行体权限。