Hi Team,
I configured shield and integrated with Active directory and now my problems is:
I have a admin role (mapped with gp-ops-es-admin AD group) but it can't access some of the indices getting unauthorized error. I believe it should have all the access.
GET _cat/indices
{
"error": {
"root_cause": [
{
"type": "security_exception",
"reason": "action [indices:monitor/stats] is unauthorized for user [es-admin]"
}
],
"type": "security_exception",
"reason": "action [indices:monitor/stats] is unauthorized for user [es-admin]"
},
"status": 403
}
role_mapping.yml:
admin:
- "CN=gp-ops-es-admin,----
roles.yml:
All operations on all indices
admin:
cluster:
- all
indices:
- names: '*'
privileges:
- all
Thanks & Regards,
Piyush Tekade