-
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Option to register runners on organization instead of repo (#451)
**App.svelte** - [x] Add ui component - [x] Add parameter to new app request - [x] Add parameter to existing app request **Secrets.ts** - [x] Create new secret for runner registration level in cdk **Setup.lambda.ts** - [x] Add secret arn to setup lambda.ts - [x] Determine registration level based on permissions for newapp - [x] Determine registration level for existing app - [x] Update secret value **Tokenretriever.lambda.ts** - [x] Add env variable for registration level / secret arn - [x] Add new condition to register token from org (octokit) Determine runner registration config command for: - [x] ec2 linux(userdata) - [x] ec2 windows(userdata) - [x] fargate linux - [x] lambda linux - [x] lambda linux arm - [x] codebuild linux - [x] codebuild linux arm - [x] ecs linux - [x] ecs linux arm - [x] ec2 linux arm - [x] ... Tests: - [x] create new app with org level registration - [x] create with existing app with org level registration - [x] run default integration test to setup solution - [x] run github action runners with all providers in default integration test in github.com result: ![image](https://github.com/CloudSnorkel/cdk-github-runners/assets/5619511/9668c5d2-b303-4cc7-98aa-304c1586d364) closes #442
- Loading branch information
1 parent
a477f63
commit 42c5ade
Showing
23 changed files
with
401 additions
and
177 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.