73 lines
1.4 KiB
JSON
73 lines
1.4 KiB
JSON
{
|
|
"groups": {
|
|
"ground-stations": {
|
|
"peers": []
|
|
},
|
|
"pilots": {
|
|
"peers": []
|
|
},
|
|
"observers": {
|
|
"peers": []
|
|
}
|
|
},
|
|
"setup_keys": {
|
|
"GS-TestHawk-1": {
|
|
"type": "one-off",
|
|
"expires_in": 604800,
|
|
"usage_limit": 1,
|
|
"auto_groups": ["ground-stations"],
|
|
"enrolled": false
|
|
},
|
|
"Pilot-TestHawk-1": {
|
|
"type": "one-off",
|
|
"expires_in": 604800,
|
|
"usage_limit": 1,
|
|
"auto_groups": ["pilots"],
|
|
"enrolled": false
|
|
},
|
|
"GS-Enroll-Test": {
|
|
"type": "one-off",
|
|
"expires_in": 604800,
|
|
"usage_limit": 1,
|
|
"auto_groups": ["ground-stations"],
|
|
"enrolled": false
|
|
}
|
|
},
|
|
"policies": {
|
|
"pilots-to-gs": {
|
|
"description": "",
|
|
"enabled": false,
|
|
"sources": ["pilots"],
|
|
"destinations": ["ground-stations"],
|
|
"bidirectional": true,
|
|
"protocol": "all",
|
|
"action": "accept",
|
|
"source_posture_checks": []
|
|
},
|
|
"observers-to-gs": {
|
|
"description": "",
|
|
"enabled": true,
|
|
"sources": ["observers"],
|
|
"destinations": ["ground-stations"],
|
|
"bidirectional": false,
|
|
"protocol": "all",
|
|
"action": "accept",
|
|
"source_posture_checks": []
|
|
}
|
|
},
|
|
"posture_checks": {},
|
|
"networks": {},
|
|
"peers": {},
|
|
"users": {
|
|
"admin@example.com": {
|
|
"name": "admin",
|
|
"role": "owner",
|
|
"auto_groups": []
|
|
}
|
|
},
|
|
"routes": {},
|
|
"dns": {
|
|
"nameserver_groups": {}
|
|
}
|
|
}
|