Skip to content

Argo verification issues #1020

@jsbroks

Description

@jsbroks
Image

With error

{
  "ok": false,
  "body": "{\"error\":\"permission denied\",\"code\":7,\"message\":\"permission denied\"}",
  "json": {
    "code": 7,
    "error": "permission denied",
    "message": "permission denied"
  },
  "headers": {
    "Date": [
      "Tue, 21 Apr 2026 17:08:08 GMT"
    ],
    "Vary": [
      "Accept-Encoding"
    ],
    "Content-Type": [
      "application/json"
    ]
  },
  "duration": 577,
  "statusCode": 403
}

Clicking redeploy fixes the issue, but then it's stuck showing a verifying badge (I think unrelated).

Seems to only happen when adding new resources to a deployment (in this case, I added a new environment to a deployment)

  • potentially trying to verify before the application exists? So it gets a denied error?
  • Or it might not be using the correct credentials on first deploy

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions