Hi,
I created a new role called test which has been mapped to role abc which has been created as a dedicated Dashboard group. I mapped it to AD group. This group is suppose to show only Dashboard menu in Kibana with Read privileges. Instead, it shows all apps in the menu. Any idea why? I have no issues logging in with an account that's part of this AD group. Also, this AD user is part only of this single group.
Version 7.4.2
GET _security/role_mapping/test
{
"test" : {
"enabled" : true,
"roles" : [
"abc"
],
"rules" : {
"field" : {
"groups" : "CN=x,OU=x,OU=x,OU=x,DC=x,DC=x,DC=x,DC=x"
}
},
"metadata" : { }
}
}


