Commit 5d3cc308 by Feanil Patel

Allow egress from bastion to the jenkins and asgard ports.

parent 5bd38149
...@@ -694,14 +694,14 @@ ...@@ -694,14 +694,14 @@
}, },
{ {
"IpProtocol":"tcp", "IpProtocol":"tcp",
"FromPort":"80", "FromPort":{ "Ref": "JenkinsServerPort" },
"ToPort":"80", "ToPort":{ "Ref": "JenkinsServerPort" },
"CidrIp":"0.0.0.0/0" "CidrIp":"0.0.0.0/0"
}, },
{ {
"IpProtocol":"tcp", "IpProtocol":"tcp",
"FromPort":"443", "FromPort":{ "Ref": "AsgardServerPort" },
"ToPort":"443", "ToPort":{ "Ref": "AsgardServerPort" },
"CidrIp":"0.0.0.0/0" "CidrIp":"0.0.0.0/0"
} }
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment