Siren Federate Permissions

Hello!

Is there a documentation or page where I can see the full list of searchguard/federate permissions that I may use to create action groups?

Thank you!

Hi Edgar,

Here is the documentation link for creation of the action groups:

searchguard Integration

The sg_action_groups.yml file contains named groups of permissions. Action groups are logically divided into index level and cluster level permissions.

Regards
Manu Agarwal

Hi @Manu_Agarwal

Thank you the reply! thanks for the reference, by any chance is there a list of these permissions which you place in the action groups?

indices:admin/federate
indices:data/read/federate
cluster:monitor/federate
etc…

Thanks!

Hi Edgar,

Yes you can download the search guard configuration files here:

Regards
Manu Agarwal

Edgar,

All the *APIs sections of our documentation include the related permission of each action:
https://docs.siren.io/siren-federate-user-guide/27/siren-federate/cluster-apis.html

For example, the nodes statistics action provides the following paragraph:

Permissions: To use this API, ensure that the cluster-level action cluster:monitor/federate/nodes/stats is granted by the security system.

Kind regards