You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This isn't a question or user support case (For Q&A and community support, go to Discussions).
I've read the Changelog before submitting this issue and I'm sure it's not due to any recently-introduced backward-incompatible changes
To Reproduce
1. Create an org with the data residency product (EU in this case)
2. Deploy gha-runner-scale-set-controller
3. Deploy gha-runner-scale-set
4. Set the `githubConfigUrl` to `https://mycompany.ghe.com/myorg`
Describe the bug
ARC fails to get the actions tenant and JWT with an error message of Must use a ghe.com URL, despite using a ghe.com address. See logs for more information. We are using an organisation-scoped GitHub App to authenticate.
Describe the expected behavior
ARC successfully creates a new scale set such that the listener is launched.
{
"message": "Must use a ghe.com URL",
"documentation_url": "https://docs.github.com/rest",
"status": "422"
}
These are the exact steps the code takes to make the runner registration call. As to what the correct URL is, that's anyone's guess at this stage. Haven't figured that out yet...
Checks
Controller Version
0.10.1
Deployment Method
ArgoCD
Checks
To Reproduce
Describe the bug
ARC fails to get the actions tenant and JWT with an error message of
Must use a ghe.com URL
, despite using a ghe.com address. See logs for more information. We are using an organisation-scoped GitHub App to authenticate.Describe the expected behavior
ARC successfully creates a new scale set such that the listener is launched.
Additional Context
Using default `values.yaml`
Controller Logs
Runner Pod Logs
N/A - it doesn't get this far
The text was updated successfully, but these errors were encountered: