Currently the entire app get bundled in to the .dmapp export. Including the security config which is located in the App.info.json file.
When exporting this should be an empty security config, as we will not be sure that all the users and groups exists on the importing system. But include an extra checkbox to keep it in case the exporter knows that both system security groups will match.
{
"__type": "Skyline.DataMiner.Web.Common.v1.Dashboards.DMAApplicationSecurityConfig",
"AllowView": [],
"AllowEdit": []
}
Currently the entire app get bundled in to the .dmapp export. Including the security config which is located in the App.info.json file.
When exporting this should be an empty security config, as we will not be sure that all the users and groups exists on the importing system. But include an extra checkbox to keep it in case the exporter knows that both system security groups will match.
{ "__type": "Skyline.DataMiner.Web.Common.v1.Dashboards.DMAApplicationSecurityConfig", "AllowView": [], "AllowEdit": [] }