kibana-own-home
kibana-own-home copied to clipboard
permissions based on ldap group name
Hi,
I'm using own_home with apache reverse proxy, open ldap and searchguard-es-plugin to secure use of Kibana. I have multiple users stored in open ldap (ou=People) and multiple application also astored in open ldap (ou=Groups). One user can have multiple groups.
In my use case, a user must only see those indices
- .kibana_${user_name} = >his own dashboards
- .kibana_app1 => the dashboards of the app1
- .kibana_app2 => the dashboards of the app2
- application-app1-index-dd-mm-yyyy => the application 1 data
- application-app2-index-dd-mm-yyyy => the application 2 data
I can do that by editing manually sg_roles.yml, sg_roles_mapping.yml ... (trouble some task)
Is there a more dynamic way to handle it ? for example with a ${group_name} variable ?
regards, Wassim
Hello. I think it is searchguard issue.