Hi.
I have problem when login to kibana via proxy authentication
{"statusCode":403,"error":"Forbidden","message":"no permissions for [indices:data/read/search] and User [name=tong, backend_roles=[tong], requestedTenant=null]: security_exception"}
curl -XGET https://localhost:9200/_opendistro/_security/api/rolesmapping/tong?pretty -u 'admin:admin' -k
{
"tong" : {
"hosts" : [ ],
"users" : [
"admin"
],
"reserved" : false,
"hidden" : false,
"backend_roles" : [
"admin"
],
"and_backend_roles" : [ ]
}
}
curl -XGET https://localhost:9200/_opendistro/_security/api/roles/tong?pretty -u 'admin:admin' -k
{
"tong" : {
"reserved" : false,
"hidden" : false,
"cluster_permissions" : [
"cluster_composite_ops_ro"
],
"index_permissions" : [
{
"index_patterns" : [
"*"
],
"fls" : [ ],
"masked_fields" : [ ],
"allowed_actions" : [
"read"
]
}
],
"tenant_permissions" : [ ],
"static" : false
}
}