From 066cc830e5b3524f3158089daedd211ecd178a3e Mon Sep 17 00:00:00 2001 From: Prox Date: Fri, 6 Mar 2026 18:53:45 +0200 Subject: [PATCH] added group and policy --- state/test.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/state/test.json b/state/test.json index 30d270a..201aa94 100644 --- a/state/test.json +++ b/state/test.json @@ -5,6 +5,9 @@ }, "pilots": { "peers": [] + }, + "observers": { + "peers": [] } }, "setup_keys": { @@ -40,6 +43,16 @@ "protocol": "all", "action": "accept", "source_posture_checks": [] + }, + "observers-to-gs": { + "description": "", + "enabled": true, + "sources": ["observers"], + "destinations": ["ground-stations"], + "bidirectional": false, + "protocol": "all", + "action": "accept", + "source_posture_checks": [] } }, "posture_checks": {},