I logged in as admin user , still not able to restore snapshot from aws s3 , while creating snapshot , the response was "Success".
while restoring the snapshot, i get the following response,
{
"error" : {
"root_cause" : [
{
"type" : "security_exception",
"reason" : "no permissions for [] and User [name=admin, backend_roles=[admin], requestedTenant=__user__]"
}
],
"type" : "security_exception",
"reason" : "no permissions for [] and User [name=admin, backend_roles=[admin], requestedTenant=__user__]"
},
"status" : 403
}