A user building a visualization in AWS opensearch doesn't have the ability to save the visualization.
When attempting to save the visualization:
{statusCode:403, error:'Forbidden'
message : "no permissions for [indices:data/write/bulk] and User [name='someuser',
backend_roles=[], requestedTenant='MyTenant']: security_exception"
}
We've created a custom role, mapped the user to the roll, and granted the roll both
indices:data/write/bulk
indices:data/write/bulk*
These index permissions are granted to both the query's target index pattern, and to the '*' index pattern. We've also verified that when the user is logged in the roll appears in the user's profile's "Roles and Identities".
What should I try next?