deploy(gx10): wire Apple MDM runtime secret keys
This commit is contained in:
@@ -161,6 +161,98 @@
|
||||
"name": "fc-devicemgmt-runtime"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "FlowerCore__DeviceManagement__AppleMdm__ApnsTopic",
|
||||
"valueFrom": {
|
||||
"secretKeyRef": {
|
||||
"key": "APPLE_MDM_APNS_TOPIC",
|
||||
"name": "fc-devicemgmt-runtime",
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "FlowerCore__DeviceManagement__AppleMdm__ScepUrl",
|
||||
"valueFrom": {
|
||||
"secretKeyRef": {
|
||||
"key": "APPLE_MDM_SCEP_URL",
|
||||
"name": "fc-devicemgmt-runtime",
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "FlowerCore__DeviceManagement__AppleMdm__ScepChallenge",
|
||||
"valueFrom": {
|
||||
"secretKeyRef": {
|
||||
"key": "APPLE_MDM_SCEP_CHALLENGE",
|
||||
"name": "fc-devicemgmt-runtime",
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "FlowerCore__DeviceManagement__AppleMdm__ProfileSigningCertificatePem",
|
||||
"valueFrom": {
|
||||
"secretKeyRef": {
|
||||
"key": "APPLE_MDM_PROFILE_SIGNING_CERTIFICATE_PEM",
|
||||
"name": "fc-devicemgmt-runtime",
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "FlowerCore__DeviceManagement__AppleMdm__ProfileSigningPrivateKeyPem",
|
||||
"valueFrom": {
|
||||
"secretKeyRef": {
|
||||
"key": "APPLE_MDM_PROFILE_SIGNING_PRIVATE_KEY_PEM",
|
||||
"name": "fc-devicemgmt-runtime",
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "FlowerCore__DeviceManagement__AppleMdm__RequireManagedWifiPayload",
|
||||
"valueFrom": {
|
||||
"secretKeyRef": {
|
||||
"key": "APPLE_MDM_REQUIRE_MANAGED_WIFI_PAYLOAD",
|
||||
"name": "fc-devicemgmt-runtime",
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "FlowerCore__DeviceManagement__AppleMdm__ManagedWifiSsid",
|
||||
"valueFrom": {
|
||||
"secretKeyRef": {
|
||||
"key": "APPLE_MDM_MANAGED_WIFI_SSID",
|
||||
"name": "fc-devicemgmt-runtime",
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "FlowerCore__DeviceManagement__AppleMdm__ManagedWifiPassword",
|
||||
"valueFrom": {
|
||||
"secretKeyRef": {
|
||||
"key": "APPLE_MDM_MANAGED_WIFI_PASSWORD",
|
||||
"name": "fc-devicemgmt-runtime",
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "FlowerCore__DeviceManagement__AppleMdm__ManagedWifiEncryptionType",
|
||||
"value": "WPA2"
|
||||
},
|
||||
{
|
||||
"name": "FlowerCore__DeviceManagement__AppleMdm__ManagedWifiAutoJoin",
|
||||
"value": "true"
|
||||
},
|
||||
{
|
||||
"name": "FlowerCore__DeviceManagement__AppleMdm__ManagedWifiDisableAssociationMacRandomization",
|
||||
"value": "true"
|
||||
}
|
||||
],
|
||||
"image": "localhost/fc-devicemgmt-web:v20260618-mdmprofile-d0d2a56",
|
||||
|
||||
Reference in New Issue
Block a user