OctopusDeploy / OctopusTentacle

| Public | The secure, lightweight, cross-platform agent for Octopus Server which turns any computer into a worker or deployment target for automated deployments and operations runbooks.
https://octopus.com
Apache License 2.0
11 stars 16 forks source link

Add Support for Polling 443 on a different address in the Linux configure-tentacle.sh script #793

Closed LukeButters closed 9 months ago

LukeButters commented 9 months ago

Covers the linux part of: https://github.com/OctopusDeploy/OctopusTentacle/issues/527

The linux configuration.sh both create scripts that use --server-comms-port "10943" without allowing for --server-comms-address to be specified and so can not support https://octopus.com/docs/infrastructure/deployment-targets/tentacle/polling-tentacles-over-port-443#registering-a-new-tentacle

octoreleasebot commented 9 months ago

Release Note: configure-tentacle.sh now supports configuring the comms address and port.