Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

Commit

Permalink
Open port in Iso Seg firewall for routing API's mTLS
Browse files Browse the repository at this point in the history
  • Loading branch information
XenoPhex authored and Genevieve committed Feb 24, 2020
1 parent 50702fa commit c140993
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/isolation_segment/firewalls.tf
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ resource "google_compute_firewall" "cf-isoseg-egress" {

ports = [
"3000", # routing-api.routing_api.port
"3001", # routing-api.routing_api.mtls_port
"3457", # loggregator_agent.listening_port
"4003", # vxlan-policy-agent.policy_server.internal_listen_port
"4103", # silk-controller.listen_port
Expand Down

0 comments on commit c140993

Please sign in to comment.