Skip to content

Taskcluster "InsufficientScopes" errors #52547

Open
@gsnedders

Description

@gsnedders

A commit (28d899e) on my PR, #52425, got several comments from community-tc-integration[bot]:

Uh oh! Looks like an error!
Client ID static/taskcluster/github does not have sufficient scopes and is missing the following scopes:

{
  "AnyOf": [
    "queue:rerun-task:taskcluster-github/XI-09U--RWuKgv_gupgAMw/KyFkZYyyRnC1sOWitu54lg",
    "queue:rerun-task-in-project:none",
    {
      "AllOf": [
        "queue:rerun-task",
        "assume:scheduler-id:taskcluster-github/XI-09U--RWuKgv_gupgAMw"
      ]
    }
  ]
}

This request requires the client to satisfy the following scope expression:

{
  "AnyOf": [
    "queue:rerun-task:taskcluster-github/XI-09U--RWuKgv_gupgAMw/KyFkZYyyRnC1sOWitu54lg",
    "queue:rerun-task-in-project:none",
    {
      "AllOf": [
        "queue:rerun-task",
        "assume:scheduler-id:taskcluster-github/XI-09U--RWuKgv_gupgAMw"
      ]
    }
  ]
}
  • method: rerunTask
  • errorCode: InsufficientScopes
  • statusCode: 403
  • time: 2025-05-14T18:10:26.825Z

There's no obvious reason for this to have been rerun?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions