deploy(gx10): enable DeviceManagement NanoHUB bridge
This commit is contained in:
@@ -100,6 +100,35 @@
|
|||||||
{
|
{
|
||||||
"name": "FlowerCore__EventBus__Redis__Configuration",
|
"name": "FlowerCore__EventBus__Redis__Configuration",
|
||||||
"value": "redis.fc-redis.svc:6379"
|
"value": "redis.fc-redis.svc:6379"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "FlowerCore__DeviceManagement__AppleMdm__Enabled",
|
||||||
|
"value": "true"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "FlowerCore__DeviceManagement__AppleMdm__GatewayMode",
|
||||||
|
"value": "nanohub"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "FlowerCore__DeviceManagement__AppleMdm__NanoHubBaseUrl",
|
||||||
|
"value": "http://fc-apple-mdm.fc-apple-mdm.svc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "FlowerCore__DeviceManagement__AppleMdm__NanoHubApiUserName",
|
||||||
|
"value": "nanohub"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "FlowerCore__DeviceManagement__AppleMdm__NanoHubNanoMdmApiPath",
|
||||||
|
"value": "/api/v1/nanomdm/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "FlowerCore__DeviceManagement__AppleMdm__NanoHubApiKey",
|
||||||
|
"valueFrom": {
|
||||||
|
"secretKeyRef": {
|
||||||
|
"key": "NANOHUB_API_KEY",
|
||||||
|
"name": "fc-devicemgmt-runtime"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"image": "localhost/fc-devicemgmt-web:v20260618-mdmn6-c8e748d-r2",
|
"image": "localhost/fc-devicemgmt-web:v20260618-mdmn6-c8e748d-r2",
|
||||||
|
|||||||
Reference in New Issue
Block a user