added test setup key

This commit is contained in:
Prox 2026-03-06 17:56:58 +02:00
parent a316e39cae
commit 42c1eb6f73

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",