Please check list of required roles for Reindexing task

https://community.opengroup.org/osdu/platform/system/indexer-service/-/blob/master/docs/tutorial/IndexerService.md#indexer-api-access

Indexer service requires that users (and service accounts) have dedicated roles in order to use it. Users must be a member of users.datalake.viewers or users.datalake.editors or users.datalake.admins or users.datalake.ops,

"or" indicates that reindexing should work well if the user is assigned one of the above roles.

I am experiencing failure although the user is a member of the groups - users.datalake.viewers and users.datalake.editors

Also can you see this role? service.indexer.admin Is this a requirement?

POST {{INDEXER_HOST}}/reindex?force_clean=true

Body

{
    "kind": "osdu:wks:master-data--Play:1.0.0"
}

Response

{
    "code": 401,
    "reason": "Unauthorized",
    "message": "The user is not authorized to perform this action"
}

cc @chad for information