added test setup key
This commit is contained in:
parent
a316e39cae
commit
42c1eb6f73
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user