Skip to content

Commit

Permalink
Close credhub port 8844 on the jumpbox on aws.
Browse files Browse the repository at this point in the history
Signed-off-by: Genevieve LEsperance <[email protected]>
  • Loading branch information
desmondrawls authored and Genevieve LEsperance committed Feb 13, 2018
1 parent 35cbf87 commit d8af173
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
4 changes: 2 additions & 2 deletions terraform/aws/templates.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions terraform/aws/templates/base.tf
Original file line number Diff line number Diff line change
Expand Up @@ -337,15 +337,6 @@ resource "aws_security_group_rule" "jumpbox_agent" {
cidr_blocks = ["${var.bosh_inbound_cidr}"]
}

resource "aws_security_group_rule" "jumpbox_credhub" {
security_group_id = "${aws_security_group.jumpbox.id}"
type = "ingress"
protocol = "tcp"
from_port = 8844
to_port = 8844
cidr_blocks = ["${var.bosh_inbound_cidr}"]
}

resource "aws_security_group_rule" "jumpbox_director" {
security_group_id = "${aws_security_group.jumpbox.id}"
type = "ingress"
Expand Down

0 comments on commit d8af173

Please sign in to comment.