Hello Dojo
Our company use a lot of web dashboards (near 100 differents) for permit our client to follow their data.
Although a dashboard is a json file, Is there a way to get the list of security acces granted for each dashboard by script ?
We currently use groups of users to simplify the management, but for the security review it could be useful to verify that no other rigth has been granted by error
Hi
the easiest way to do this would be by reading out the file that holds all the security settings for dashboards. You can find this file under the following path: "C:\Skyline DataMiner\Dashboards\Security.json".
This file will have an entry for every dashboard with two fields: "AllowView" and "AllowEdit". These fields will hold an array of usernames to indicate which users have the right to view the dashboard and edit it.
If no usernames are present in these fields, this means that all users on the system with access to the dashboards app will be able to see the dashboard or edit it.
I hope this helps.