Commit 5d3cc308 by Feanil Patel

Allow egress from bastion to the jenkins and asgard ports.

parent 5bd38149
......@@ -694,14 +694,14 @@
},
{
"IpProtocol":"tcp",
"FromPort":"80",
"ToPort":"80",
"FromPort":{ "Ref": "JenkinsServerPort" },
"ToPort":{ "Ref": "JenkinsServerPort" },
"CidrIp":"0.0.0.0/0"
},
{
"IpProtocol":"tcp",
"FromPort":"443",
"ToPort":"443",
"FromPort":{ "Ref": "AsgardServerPort" },
"ToPort":{ "Ref": "AsgardServerPort" },
"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