Dashboard permission
Hello, is it possible in Immerse setting permission on dashboards ? I cannot find anything in docs about that: I would like to provide only view permission to a dashboard for a user.
-
Found here https://docs.omnisci.com/v4.1.3/5_roles.html
-
It seems this is a bug.
I just replicated this behavior:
- Created dashboard with one choroplet and one table chart
- Try access without permission on geometry object --> leads to "You can’t access one or more data source"
- removed choroplet and saved dashboard --> still got "You can’t access one or more data source"
- Created new dashboard with only one table chart (same datasource)
- Try access without permission on geometry object --> WORKING FINE.
-
Hi,
this is the link to the new version of the docs
https://docs-new.omnisci.com/installation-and-configuration/security/roles
-
Working on permissions, I created a user and grant:
omnisql> \\privileges testuser ObjectName ObjectType PrivilegeType Privileges --------------------------------------------------------------------------------- Test dashboard dashboard view omnisci database database login-access testtable table select
But I'm getting:
You can't access one or more data source
The only datasource used by all charts in "Test dashboard" is "testtable", what else I'm missing ?
-
the tables used for the choropleth maps?
those privileges without a CP maps are working for me
omnisql> \\privileges test2 ObjectName ObjectType PrivilegeType Privileges --------------------------------------------------------------------------------- test_grants dashboard dashboard view omnisci database database login-access flights_sk_4_120m table table select
added a choropleth map without the grant to the table containing the polygons and I got this error
giving the grant on table containing the geometry (in my case test_geom) makes everything working
omnisql> \\privileges test2 ObjectName ObjectType PrivilegeType Privileges --------------------------------------------------------------------------------- test_grants dashboard dashboard view omnisci database database login-access test_geom table table select flights_sk_4_120m table table select
Please sign in to leave a comment.
Comments
9 comments