Skip to content

Taskcluster "InsufficientScopes" errors #52547

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
gsnedders opened this issue May 14, 2025 · 0 comments
Open

Taskcluster "InsufficientScopes" errors #52547

gsnedders opened this issue May 14, 2025 · 0 comments
Assignees

Comments

@gsnedders
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants