EngineerBetter / concourse-up

Deprecated - used Control Tower instead
https://github.com/EngineerBetter/control-tower
Apache License 2.0
203 stars 28 forks source link

Supporting Remote Workers #29

Open squirmy opened 6 years ago

squirmy commented 6 years ago

Hi,

I need to be able to deploy to a local resource, and instead of opening up an inbound connection to our network I'm looking at using a concourse worker to facilitate the deployment.

In order to get this to work, I had to add inbound port 2222 to the concourse-up-ant-ci-atc aws security group.

However, the self-update just blasted this change away. ;-)

What's the reason this port hasn't been exposed and is there a way I can have this change persisted across releases?

Cheers, Adam