runtime: publish TRANSPORT-BOOTSTRAP-002
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
# Assistant runtime channel
|
# Homelab assistant runtime
|
||||||
|
|
||||||
This branch contains sanitized command results for read-only assistant
|
Sanitized command results for read-only assistant inspection.
|
||||||
inspection.
|
|
||||||
|
|
||||||
Raw credentials, private keys, authentication headers, private IP
|
Credentials, authentication data, private keys, private IP addresses and
|
||||||
addresses and unfiltered secret-bearing configuration are prohibited.
|
unfiltered configuration files are prohibited.
|
||||||
|
|||||||
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"schema_version": 1,
|
||||||
|
"channel": "homelab-runtime",
|
||||||
|
"command_id": "TRANSPORT-BOOTSTRAP-002",
|
||||||
|
"status": "OK",
|
||||||
|
"rc": 0,
|
||||||
|
"host": "pve01",
|
||||||
|
"mode": "transport-bootstrap",
|
||||||
|
"started_at_utc": "2026-07-21T05:45:26Z",
|
||||||
|
"finished_at_utc": "2026-07-21T05:45:26Z",
|
||||||
|
"sanitized": true,
|
||||||
|
"secrets_included": false,
|
||||||
|
"private_addresses_included": false,
|
||||||
|
"changes_made": true,
|
||||||
|
"summary": "Sanitized assistant runtime channel created.",
|
||||||
|
"token": "GRAM1-RUNTIME-CHANNEL-V2-20260721"
|
||||||
|
}
|
||||||
+4
-4
@@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
"schema_version": 1,
|
"schema_version": 1,
|
||||||
"channel": "homelab-runtime",
|
"channel": "homelab-runtime",
|
||||||
"command_id": "TRANSPORT-BOOTSTRAP-001",
|
"command_id": "TRANSPORT-BOOTSTRAP-002",
|
||||||
"status": "OK",
|
"status": "OK",
|
||||||
"rc": 0,
|
"rc": 0,
|
||||||
"host": "pve01",
|
"host": "pve01",
|
||||||
"mode": "transport-bootstrap",
|
"mode": "transport-bootstrap",
|
||||||
"started_at_utc": "2026-07-21T05:39:01Z",
|
"started_at_utc": "2026-07-21T05:45:26Z",
|
||||||
"finished_at_utc": "2026-07-21T05:39:01Z",
|
"finished_at_utc": "2026-07-21T05:45:26Z",
|
||||||
"sanitized": true,
|
"sanitized": true,
|
||||||
"secrets_included": false,
|
"secrets_included": false,
|
||||||
"private_addresses_included": false,
|
"private_addresses_included": false,
|
||||||
"changes_made": true,
|
"changes_made": true,
|
||||||
"summary": "Sanitized assistant runtime channel created.",
|
"summary": "Sanitized assistant runtime channel created.",
|
||||||
"token": "GRAM1-RUNTIME-CHANNEL-20260721"
|
"token": "GRAM1-RUNTIME-CHANNEL-V2-20260721"
|
||||||
}
|
}
|
||||||
|
|||||||
+2
-2
@@ -1,8 +1,8 @@
|
|||||||
CHAT_OUTPUT_BEGIN
|
CHAT_OUTPUT_BEGIN
|
||||||
COMMAND_ID=TRANSPORT-BOOTSTRAP-001
|
COMMAND_ID=TRANSPORT-BOOTSTRAP-002
|
||||||
STATUS=OK
|
STATUS=OK
|
||||||
CHANNEL=homelab-runtime
|
CHANNEL=homelab-runtime
|
||||||
TOKEN=GRAM1-RUNTIME-CHANNEL-20260721
|
TOKEN=GRAM1-RUNTIME-CHANNEL-V2-20260721
|
||||||
SANITIZED=yes
|
SANITIZED=yes
|
||||||
SECRETS_INCLUDED=no
|
SECRETS_INCLUDED=no
|
||||||
PRIVATE_ADDRESSES_INCLUDED=no
|
PRIVATE_ADDRESSES_INCLUDED=no
|
||||||
|
|||||||
Reference in New Issue
Block a user