Kirt
April 30, 2020, 8:55pm
1
Hi all,
I am trying to create a roll in Graylog 3.2.4, that can read but not create dashboards.
While the users in this roll cannot use the “save” button after they created or edited
a dashboard, they can still use the “save as” button and create additional dashboards
on this way.
I created a roll using the GUI and checked the settings by the REST API:
{
“name”: “Read-Dashboards”,
“description”: “”,
“permissions”: [
“dashboards:read:5eaad1e9d9ae5e24a94b0d96”,
“streams:read:000000000000000000000003”,
“streams:read:000000000000000000000002”,
“streams:read:000000000000000000000001”,
“dashboards:read:5ea6a1df3140600360412234”
],
“read_only”: false
}
Thanks for any hints.
Kirt
shoothub
(Shoothub)
May 5, 2020, 9:03am
2
Check all roles you assigned to user, because they are cummulative. If you assign higher level privileges role to user, this new role cannot works.
Kirt
May 5, 2020, 1:53pm
3
Thanks shoothub.
I tried two setups, but both will allow the user to create a new dashboard by using the “save as” button:
Role “reader” + role “read-Dashboards” (defined as above)
Role “reader” and individual permissions for the user to read streams and dashboards
What will be the correct way to let a user see (some) predefined dashboards without giving him the ability to create additional dashboards?
Thanks
Kirt
Kirt
May 18, 2020, 2:17pm
4
Hi all,
did anybody successfully set up permissions/roles, as I try to?
I guess it is not uncommon to just allow read access to e.g. first level support without granting such users to create new dashboards.
Any hints are welcome!
Thanks
Kirt
system
(system)
Closed
June 1, 2020, 2:17pm
5
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.