Capgemini / Capgemini/Apollo

Fix bastion security groups

Open
#611 0 comments 0 reactions 0 assignees View on GitHub
bug coreos provider/aws
Dominant language
Python
Stars
718
Forks
100
PR merge metrics
No merged PRs in 30d

Description

We provision bastion with

```
security_groups = ["${module.sg-default.security_group_id}", "${aws_security_group.bastion.id}"]
```

This actual means bastion is connectable on any port (default security group is open). It shouldn't be the case

This isn't actual a problem specific to coreOS - it exists in master as well AFAIK

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.