Skip to content
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

feat!: add custom egress rules to worker security groups #1222

Merged
merged 52 commits into from
Feb 9, 2025
Merged
Changes from 1 commit
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 Jan 6, 2025
75a0114
Fix typo and formatting
ikarlashov Jan 10, 2025
5453ca1
Move inline docker-autoscaler sg rules to standalone tf resources
ikarlashov Jan 10, 2025
5b4ace4
Fix var declaration
ikarlashov Jan 10, 2025
10bf078
Merge branch 'main' into custom_sg_docker_autoscaler
ikarlashov Jan 10, 2025
2e49a4a
Add missing security group ingress rule to allow traffic within Runne…
ikarlashov Jan 10, 2025
a98a92f
Add sg rule to allow all Egress traffic between runner manager and do…
ikarlashov Jan 10, 2025
dc96e87
Set clear naming for extra rule
ikarlashov Jan 10, 2025
7eceec7
Fix formatting
ikarlashov Jan 10, 2025
6339c38
Test
ikarlashov Jan 10, 2025
f52001e
Add comment
ikarlashov Jan 10, 2025
723408f
Make protocol and description definitions required for docker-autosca…
ikarlashov Jan 16, 2025
129ecc0
Fix default value in condition for sg rules
ikarlashov Jan 16, 2025
e77f822
Change type of docker-autoscaler sg rules vars
ikarlashov Jan 16, 2025
b063255
Change validation for protocol
ikarlashov Jan 16, 2025
474d27b
Fix typo
ikarlashov Jan 16, 2025
dc15ee6
Change type to map
ikarlashov Jan 16, 2025
ec75394
Fix for_each
ikarlashov Jan 16, 2025
6916df3
Changed var names
ikarlashov Jan 16, 2025
3dee3a1
convert idx to string for for_each
ikarlashov Jan 16, 2025
e14c312
One more time
ikarlashov Jan 16, 2025
13bea38
Change sg rules type to map of objects due to conflict with extra ing…
ikarlashov Jan 16, 2025
0522d0c
Fix docker_autoscaler_internal_traffic
ikarlashov Jan 16, 2025
402fe76
Remove default for runner_worker_docker_autoscaler_ingress_rules
ikarlashov Jan 16, 2025
2b6b53b
fix typo
ikarlashov Jan 16, 2025
47aa0e7
Allow egress traffic from runner-manager to docker-autoscaler workers
ikarlashov Jan 20, 2025
4d9bf5b
Refactor runner-manager security group spec and rules
ikarlashov Jan 23, 2025
a1e891f
Fix SG rules resource spec
ikarlashov Jan 23, 2025
10f2f7f
Fix issues
ikarlashov Jan 23, 2025
8d95854
Remove typo resource
ikarlashov Jan 23, 2025
d6158d5
Fix typo
ikarlashov Jan 23, 2025
956c19b
Fix typo2
ikarlashov Jan 23, 2025
a5bd46d
Fix cspell.json
ikarlashov Jan 24, 2025
0e4fb8e
Merge branch 'main' into custom_sg_docker_autoscaler
ikarlashov Jan 26, 2025
39ad35a
Merge branch 'main' into custom_sg_docker_autoscaler
kayman-mk Jan 27, 2025
1c932e8
remove lock files
kayman-mk Jan 30, 2025
f33c634
Merge branch 'main' into custom_sg_docker_autoscaler
ikarlashov Jan 30, 2025
8f3e247
rename runner_manager to runner
kayman-mk Jan 30, 2025
876bce0
rename runner_manager to runner
kayman-mk Jan 30, 2025
eb33569
use the new ingress/egress for docker+machine as well
kayman-mk Jan 30, 2025
fbb2378
add tags
kayman-mk Jan 30, 2025
51541fb
replace all rules with new resource type
kayman-mk Jan 30, 2025
cd357f3
format code
kayman-mk Jan 30, 2025
844464c
remove duplicate resource
kayman-mk Jan 30, 2025
a5f6f14
fix validation error
kayman-mk Jan 30, 2025
5d10fe2
fix format
kayman-mk Jan 30, 2025
64d894a
Merge branch 'cattle-ops:custom_sg_docker_autoscaler' into custom_sg_…
ikarlashov Jan 31, 2025
821a58c
allow egress from agent to docker+machine
kayman-mk Feb 6, 2025
f824670
api error InvalidParameterValue: You may not specify all
kayman-mk Feb 6, 2025
1636988
allow outgoing SSH traffic. Might be the default to clone a repo.
kayman-mk Feb 6, 2025
52f2caf
ignore checkov
kayman-mk Feb 6, 2025
89fb41b
Merge branch 'main' into custom_sg_docker_autoscaler
kayman-mk Feb 6, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into custom_sg_docker_autoscaler
kayman-mk authored Jan 27, 2025
commit 39ad35a1ff790eb3bb7db612f46cde788669a7e0

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.