We just upgraded to 5.3.1 in I get the following error even if the user has access to every index, every type and every action.
Error:
{"error":{"root_cause":[{"type":"security_exception","reason":"no permissions for indices:data/write/bulk"}],"type":"security_exception","reason":"no permissions for indices:data/write/bulk"},"status":403}
sg_roles:
sg_cust_access:
cluster:
- 'cluster:admin/repository/put'
- 'cluster:admin/repository/delete'
- 'cluster:admin/repository/verify'
- 'cluster:admin/snapshot/create'
- 'cluster:admin/snapshot/status'
- 'cluster:monitor/*'
- 'indices:admin/template/*'
indices:
'*':
'*':
- '*'
What have we missed?