chore: mark GS-Enroll-Test as enrolled
All checks were successful
Reconcile / reconcile (push) Successful in 5s
All checks were successful
Reconcile / reconcile (push) Successful in 5s
This commit is contained in:
parent
5f9da63fa0
commit
9ffe1ba7b5
@ -15,30 +15,40 @@
|
|||||||
"type": "one-off",
|
"type": "one-off",
|
||||||
"expires_in": 604800,
|
"expires_in": 604800,
|
||||||
"usage_limit": 1,
|
"usage_limit": 1,
|
||||||
"auto_groups": ["ground-stations"],
|
"auto_groups": [
|
||||||
|
"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": ["pilots"],
|
"auto_groups": [
|
||||||
|
"pilots"
|
||||||
|
],
|
||||||
"enrolled": false
|
"enrolled": false
|
||||||
},
|
},
|
||||||
"GS-Enroll-Test": {
|
"GS-Enroll-Test": {
|
||||||
"type": "one-off",
|
"type": "one-off",
|
||||||
"expires_in": 604800,
|
"expires_in": 604800,
|
||||||
"usage_limit": 1,
|
"usage_limit": 1,
|
||||||
"auto_groups": ["ground-stations"],
|
"auto_groups": [
|
||||||
"enrolled": false
|
"ground-stations"
|
||||||
|
],
|
||||||
|
"enrolled": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"policies": {
|
"policies": {
|
||||||
"pilots-to-gs": {
|
"pilots-to-gs": {
|
||||||
"description": "",
|
"description": "",
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"sources": ["pilots"],
|
"sources": [
|
||||||
"destinations": ["ground-stations"],
|
"pilots"
|
||||||
|
],
|
||||||
|
"destinations": [
|
||||||
|
"ground-stations"
|
||||||
|
],
|
||||||
"bidirectional": true,
|
"bidirectional": true,
|
||||||
"protocol": "all",
|
"protocol": "all",
|
||||||
"action": "accept",
|
"action": "accept",
|
||||||
@ -47,14 +57,22 @@
|
|||||||
"observers-to-gs": {
|
"observers-to-gs": {
|
||||||
"description": "",
|
"description": "",
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"sources": ["observers"],
|
"sources": [
|
||||||
"destinations": ["ground-stations"],
|
"observers"
|
||||||
|
],
|
||||||
|
"destinations": [
|
||||||
|
"ground-stations"
|
||||||
|
],
|
||||||
"bidirectional": false,
|
"bidirectional": false,
|
||||||
"protocol": "all",
|
"protocol": "all",
|
||||||
"action": "accept",
|
"action": "accept",
|
||||||
"source_posture_checks": []
|
"source_posture_checks": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"routes": {},
|
||||||
|
"dns": {
|
||||||
|
"nameserver_groups": {}
|
||||||
|
},
|
||||||
"posture_checks": {},
|
"posture_checks": {},
|
||||||
"networks": {},
|
"networks": {},
|
||||||
"peers": {},
|
"peers": {},
|
||||||
@ -64,9 +82,5 @@
|
|||||||
"role": "owner",
|
"role": "owner",
|
||||||
"auto_groups": []
|
"auto_groups": []
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"routes": {},
|
|
||||||
"dns": {
|
|
||||||
"nameserver_groups": {}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user