-
-
Notifications
You must be signed in to change notification settings - Fork 352
feat!: add custom egress rules to worker security groups #1222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
kayman-mk
merged 52 commits into
cattle-ops:main
from
ikarlashov:custom_sg_docker_autoscaler
Feb 9, 2025
Merged
Changes from 11 commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
bfa1b36
Add custom egress rules to docker-autoscaler workers security group. …
ikarlashov 75a0114
Fix typo and formatting
ikarlashov 5453ca1
Move inline docker-autoscaler sg rules to standalone tf resources
ikarlashov 5b4ace4
Fix var declaration
ikarlashov 10bf078
Merge branch 'main' into custom_sg_docker_autoscaler
ikarlashov 2e49a4a
Add missing security group ingress rule to allow traffic within Runne…
ikarlashov a98a92f
Add sg rule to allow all Egress traffic between runner manager and do…
ikarlashov dc96e87
Set clear naming for extra rule
ikarlashov 7eceec7
Fix formatting
ikarlashov 6339c38
Test
ikarlashov f52001e
Add comment
ikarlashov 723408f
Make protocol and description definitions required for docker-autosca…
ikarlashov 129ecc0
Fix default value in condition for sg rules
ikarlashov e77f822
Change type of docker-autoscaler sg rules vars
ikarlashov b063255
Change validation for protocol
ikarlashov 474d27b
Fix typo
ikarlashov dc15ee6
Change type to map
ikarlashov ec75394
Fix for_each
ikarlashov 6916df3
Changed var names
ikarlashov 3dee3a1
convert idx to string for for_each
ikarlashov e14c312
One more time
ikarlashov 13bea38
Change sg rules type to map of objects due to conflict with extra ing…
ikarlashov 0522d0c
Fix docker_autoscaler_internal_traffic
ikarlashov 402fe76
Remove default for runner_worker_docker_autoscaler_ingress_rules
ikarlashov 2b6b53b
fix typo
ikarlashov 47aa0e7
Allow egress traffic from runner-manager to docker-autoscaler workers
ikarlashov 4d9bf5b
Refactor runner-manager security group spec and rules
ikarlashov a1e891f
Fix SG rules resource spec
ikarlashov 10f2f7f
Fix issues
ikarlashov 8d95854
Remove typo resource
ikarlashov d6158d5
Fix typo
ikarlashov 956c19b
Fix typo2
ikarlashov a5bd46d
Fix cspell.json
ikarlashov 0e4fb8e
Merge branch 'main' into custom_sg_docker_autoscaler
ikarlashov 39ad35a
Merge branch 'main' into custom_sg_docker_autoscaler
kayman-mk 1c932e8
remove lock files
kayman-mk f33c634
Merge branch 'main' into custom_sg_docker_autoscaler
ikarlashov 8f3e247
rename runner_manager to runner
kayman-mk 876bce0
rename runner_manager to runner
kayman-mk eb33569
use the new ingress/egress for docker+machine as well
kayman-mk fbb2378
add tags
kayman-mk 51541fb
replace all rules with new resource type
kayman-mk cd357f3
format code
kayman-mk 844464c
remove duplicate resource
kayman-mk a5f6f14
fix validation error
kayman-mk 5d10fe2
fix format
kayman-mk 64d894a
Merge branch 'cattle-ops:custom_sg_docker_autoscaler' into custom_sg_…
ikarlashov 821a58c
allow egress from agent to docker+machine
kayman-mk f824670
api error InvalidParameterValue: You may not specify all
kayman-mk 1636988
allow outgoing SSH traffic. Might be the default to clone a repo.
kayman-mk 52f2caf
ignore checkov
kayman-mk 89fb41b
Merge branch 'main' into custom_sg_docker_autoscaler
kayman-mk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.