Hi guys , i want to create a role using the kibana security plugin for only the ldap users to use and a backend role to access only dashboards for the ldap users , any idea what should i set in the users tab and the backend roles tab ?
@HeiDri You would need to assign groups in ldap, using these groups you can map users directly to a role, In order to only be able to show dashboards and other kibana objects for subset of users you will need to create a new tenant, the role would need to have relevant permissions for this tenant. The dashboards (and any other kibana objects) would then need to be re/created on that tenant for other members of that role to view. There is no need to create any users individually in users tab. Hope this helps
Hi @Anthony , thanks for the reply , i’ve managed to make the ldap connection work by configuring the config.yml file , but my problem here in configuring the role that would give acces to certain ldap group , beacuse right now the user is having only the own_index permission, can you share an example of your configuration if you don’t mind
@HeiDri so currently you are able to log in and get assigned a certain role based on group on ldap and just need to give the correct permissions for index and tenant? Or the roles are not assigned at login?
@Anthony yes when i login using my credentials the assigned role is own_index, by default any user from ldap connection is logged in and given the own_index role , i want to create a role for the ldap users so when any user log in automatically he will get this new created role