diff --git a/state/test.json b/state/test.json index 65e7ba0..3c151fe 100644 --- a/state/test.json +++ b/state/test.json @@ -15,30 +15,40 @@ "type": "one-off", "expires_in": 604800, "usage_limit": 1, - "auto_groups": ["ground-stations"], + "auto_groups": [ + "ground-stations" + ], "enrolled": false }, "Pilot-TestHawk-1": { "type": "one-off", "expires_in": 604800, "usage_limit": 1, - "auto_groups": ["pilots"], + "auto_groups": [ + "pilots" + ], "enrolled": false }, "GS-Enroll-Test": { "type": "one-off", "expires_in": 604800, "usage_limit": 1, - "auto_groups": ["ground-stations"], - "enrolled": false + "auto_groups": [ + "ground-stations" + ], + "enrolled": true } }, "policies": { "pilots-to-gs": { "description": "", "enabled": false, - "sources": ["pilots"], - "destinations": ["ground-stations"], + "sources": [ + "pilots" + ], + "destinations": [ + "ground-stations" + ], "bidirectional": true, "protocol": "all", "action": "accept", @@ -47,14 +57,22 @@ "observers-to-gs": { "description": "", "enabled": true, - "sources": ["observers"], - "destinations": ["ground-stations"], + "sources": [ + "observers" + ], + "destinations": [ + "ground-stations" + ], "bidirectional": false, "protocol": "all", "action": "accept", "source_posture_checks": [] } }, + "routes": {}, + "dns": { + "nameserver_groups": {} + }, "posture_checks": {}, "networks": {}, "peers": {}, @@ -64,9 +82,5 @@ "role": "owner", "auto_groups": [] } - }, - "routes": {}, - "dns": { - "nameserver_groups": {} } -} +} \ No newline at end of file