fix: harden Workspace issuer bootstrap

This commit is contained in:
2026-09-08 02:00:19 +09:00
parent e035df9e7b
commit fba5ecf54c
3 changed files with 56 additions and 4 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ Workspace signing identity is Workspace-scoped. Provision the identity through t
GET /api/w/<WORKSPACE_ID>/settings/workspace/signing-identity
```
Save the response's `identity` object—not the outer response wrapper—as `workspace-public-identity.json`, and transfer only that document to the Runtime host:
Save the response's non-null `public_bundle` object—not the outer response wrapper—as `workspace-public-identity.json`, and transfer only that document to the Runtime host:
```bash
yoi-runtime trust-workspace add \