fix: separate Fifth Domain source deployment identities

This commit is contained in:
冰朔 2026-07-26 17:56:47 +08:00
commit 83589aa2c2
27 changed files with 620 additions and 73 deletions

View file

@ -1 +1,25 @@
{"repos":{"bingshuo/guanghu-ice-heart":{"repo_url":"https://guanghulab.com/code/bingshuo/guanghu-ice-heart.git"}}}
{
"repos": {
"bingshuo/guanghu-ice-heart": {
"repo_url": "https://guanghulab.com/code/bingshuo/guanghu-ice-heart.git"
},
"bingshuo/hololake-platform": {
"repo_url": "https://guanghulab.com/fifth-domain/bingshuo/hololake-platform.git",
"deployment_policy": {
"profiles": [
{
"repository_id": "REPO-008",
"channel_id": "HLP-CHANNEL-0001",
"distribution": "personal",
"source_owner_id": "ICE-GL∞",
"allowed_authorizers": ["ICE-GL∞"],
"allowed_personas": ["ICE-GL-ZY001"],
"allowed_execution_runtimes": ["SYS-GLW-ZY-EXEC-0001"],
"allowed_targets": ["JD-FD-PRIMARY"],
"state": "active"
}
]
}
}
}
}