Unable to restore snapshot

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
}

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.