-
Notifications
You must be signed in to change notification settings - Fork 629
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: replace registration tokens by JIT config for ephemeral runners (
#3350) * fix: ephemeral runners integration with new one-time-token. * docs: auto update terraform docs * fix: remove unused. * fix: reverted few changes. * fix: formatting * fix: removed commented code. * fix: resolution. * token should be passed to SSM in config string Token was stored masked / redacted in the the paramater store. Which cause the runner was not starting. * fix multi runner example - pass all labels to jitconfig - pass user to runner start * fix pool and add debug logging g * fix linting errors * fix tflint errors * fix: Runners module variable name change. (#3377) * fix: variable runner_extra_labels renamed. * docs: auto update terraform docs * fix pool and add debug logging g * fix: tests. * fix: coverage. --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Niek Palm <[email protected]> Co-authored-by: Niek Palm <[email protected]> * docs: auto update terraform docs * format * Update lambdas/functions/control-plane/src/scale-runners/scale-up.ts Co-authored-by: Niek Palm <[email protected]> * fix: comments. * multi runner inputs remain extra_labels * update docs * docs: auto update terraform docs --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Niek Palm <[email protected]> Co-authored-by: Niek Palm <[email protected]>
- Loading branch information
1 parent
65f74e3
commit 2b776ba
Showing
32 changed files
with
511 additions
and
322 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
aws_region = null | ||
aws_region = "eu-west-1" | ||
github_app = { | ||
id = "0" | ||
key_base64 = "0" | ||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.