added test setup key
Some checks failed
Dry Run / detect (pull_request) Failing after 5s
Dry Run / dry-run (pull_request) Has been skipped

This commit is contained in:
Prox 2026-03-06 17:56:58 +02:00
parent 312423c0c7
commit fb2a1eddf1

View File

@ -12,18 +12,21 @@
"type": "one-off", "type": "one-off",
"expires_in": 604800, "expires_in": 604800,
"usage_limit": 1, "usage_limit": 1,
"auto_groups": [ "auto_groups": ["ground-stations"],
"ground-stations"
],
"enrolled": false "enrolled": false
}, },
"Pilot-TestHawk-1": { "Pilot-TestHawk-1": {
"type": "one-off", "type": "one-off",
"expires_in": 604800, "expires_in": 604800,
"usage_limit": 1, "usage_limit": 1,
"auto_groups": [ "auto_groups": ["pilots"],
"pilots" "enrolled": false
], },
"Pilot-Vlad-2": {
"type": "one-off",
"expires_in": 604800,
"usage_limit": 1,
"auto_groups": ["pilots"],
"enrolled": false "enrolled": false
} }
}, },
@ -31,12 +34,8 @@
"pilots-to-gs": { "pilots-to-gs": {
"description": "", "description": "",
"enabled": true, "enabled": true,
"sources": [ "sources": ["pilots"],
"pilots" "destinations": ["ground-stations"],
],
"destinations": [
"ground-stations"
],
"bidirectional": true, "bidirectional": true,
"protocol": "all", "protocol": "all",
"action": "accept", "action": "accept",