Hi Pete,

Here are the permissions available in 2.0: 
https://github.com/Graylog2/graylog2-server/blob/2.0/graylog2-server/src/main/java/org/graylog2/shared/security/RestPermissions.java#L37-L128

Some plugins may also add additional permissions that you would need to check 
in the plugin code if you want to grant them too.

I hope that helps.

Regards,
Edmundo

> On 09 Aug 2016, at 01:38, Pete GS <[email protected]> wrote:
> 
> Noone has any ideas on this?
> 
> If I'm missing some obvious bit of doco or something please point me in the 
> right direction... I don't recall seeing anything on this aside from the 
> standard Roles though.
> 
> Cheers, Pete
> 
> On Thursday, 4 August 2016 14:16:02 UTC+10, Pete GS wrote:
> Hi all,
> 
> Just wondering where I could find a full list of available permissions I can 
> assign to roles via the API?
> 
> I've got a few people here I would like to give extra privileges to without 
> granting full Admin rights.
> 
> Things like creating/deleting dashboards and streams and viewing the status 
> of Collectors are currently only available to Admins.
> 
> I've created a "PowerUser" role which does some of this but not all:
> 
> {
>   "name": "PowerUser",
>   "description": "Create streams, dashboards, etc. but no admin tasks",
>   "permissions": [
>     "clusterconfigentry:read",
>     "indexercluster:read",
>     "messagecount:read",
>     "journal:read",
>     "inputs:read",
>     "metrics:read",
>     "savedsearches:edit",
>     "fieldnames:read",
>     "buffers:read",
>     "system:read",
>     "savedsearches:create",
>     "jvmstats:read",
>     "throughput:read",
>     "savedsearches:read",
>     "messages:read",
>     "streams:create",
>     "streams:edit:*",
>     "streams:read:*",
>     "dashboards:create",
>     "dashboards:edit:*",
>     "dashboards:read:*"
>   ],
>   "read_only": false
> }
> 
> Any info would be greatly appreciated.
> 
> Cheers, Pete
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Graylog Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/graylog2/4145be81-d071-4c02-966a-7f82510bc9f2%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Graylog Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/863B5790-6F9A-451E-88E1-A62F9B6437CA%40graylog.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to