added test setup key #1

Merged
admin merged 5 commits from test-dry-run into main 2026-03-06 16:17:42 +00:00
Showing only changes of commit fb2a1eddf1 - Show all commits

View File

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