Hello,
I am trying to have a user in my opendistro kibana 1.13.2 , with minimal rights to be able and connect to Amazon Opensearch 7.10.2. I assigned the user the kibana_user role but im getting… note that I made copy of the kibana_user role and assigned it [indices:admin/get] for all “*” indices and still get the same error
{"type":"log","@timestamp":"2021-09-29T15:18:58Z","tags":["error","elasticsearch","data"],"pid":20,"message":"[security_exception]: no permissions for [indices:admin/get] and User [name=kibana-user, backend_roles=[], requestedTenant=null]"}
{
"kibana_role" : {
"reserved" : false,
"hidden" : false,
"cluster_permissions" : [
"cluster_composite_ops",
"cluster_monitor",
"indices_monitor",
"indices:admin/get"
],
"index_permissions" : [
{
"index_patterns" : [
".kibana",
".kibana-6",
".kibana_*",
".kibana*"
],
"fls" : [ ],
"masked_fields" : [ ],
"allowed_actions" : [
"read",
"delete",
"manage",
"index"
]
},
{
"index_patterns" : [
".tasks",
".management-beats"
],
"fls" : [ ],
"masked_fields" : [ ],
"allowed_actions" : [
"indices_all"
]
},
{
"index_patterns" : [
"wazuh*"
],
"dls" : "",
"fls" : [ ],
"masked_fields" : [ ],
"allowed_actions" : [
"read",
"index",
"manage"
]
},
{
"index_patterns" : [
"*"
],
"dls" : "",
"fls" : [ ],
"masked_fields" : [ ],
"allowed_actions" : [
"read",
"get",
"manage",
"indices_all"
]
}
],
"tenant_permissions" : [ ],
"static" : false
}
}