feat: Add Enterprise Runners support#4843
feat: Add Enterprise Runners support#4843micr0zz wants to merge 41 commits intogithub-aws-runners:mainfrom
Conversation
This reverts commit c108a83. # Conflicts: # README.md # modules/multi-runner/README.md # modules/runners/job-retry/README.md
# Conflicts: # README.md # modules/multi-runner/README.md # modules/runners/job-retry/README.md
|
@micr0zz thx, great you working on supporting enterprise level runners. I have not digged in detail in your PR. But quickly scanned the PR. I think we should introduce breaking changes to support enterprise. this to avoid configuration is getting super complex. What I mean here moving away from Also wonderig what the status is of the PR. Still in WIP? In that case ca you mark the PR as draft. |
|
@micr0zz I moved the PR to draft, it seems still in WIP. Are you still working on this? |
|
This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed if no further activity occurs. Thank you for your contributions. |
This is to add support for Enterprise level runners. Although GitHub supports applications at enterprise level, this type of authentication cannot be used for most of the requests (register runner/get runner, etc...).
WIP