vmware-archive / terraforming-gcp

use terraform, deploy yourself a pcf
Apache License 2.0
71 stars 87 forks source link

Allow HTTPS traffic from IST to PAS diego file server on port 8447 #148

Closed markstokan closed 5 years ago

markstokan commented 5 years ago

diego-release v2.33.0 introduces a new HTTPS endpoint for the Diego file server.

PAS tile will set this port to 8447 by default - https://github.com/pivotal/pas-requests/issues/486

We need to allow traffic between IST and PAS over this port to allow apps to push.

ciphercules commented 5 years ago

Thanks for the PR @markstokan 💃