Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for Polling 443 on a different address to the Windows Tentacle Manager #527

Open
1 task done
FinnianDempsey opened this issue Jun 21, 2023 · 0 comments
Open
1 task done

Comments

@FinnianDempsey
Copy link

FinnianDempsey commented Jun 21, 2023

Team

  • I've assigned a team label to this issue

What happened?

Currently the Tentacle installers don't support the new feature Polling Tentacles over Standard Ports: https://octopus.com/docs/infrastructure/deployment-targets/tentacle/polling-tentacles-over-port-443

The windows installer and linux configuration.sh both create scripts that use --server-comms-port "10943" without allowing for --server-comms-address to be specified.

The linux work is split out to: #793

Reproduction

Use the Windows Installer or Linux configure-tentacle.sh to configure a Polling Tentacle and see --server-comms-port used in the generated scripts

Error and Stacktrace

N/A

More Information

Slack - Internal

Workaround

Copy the generated installer scripts and modify the register-with (or register-worker) command to use --server-comms-address instead of --server-comms-port

E.g. https://octopus.com/docs/infrastructure/deployment-targets/tentacle/polling-tentacles-over-port-443#registering-a-new-tentacle

.\Tentacle register-with --instance MyInstance --server "https://<yoururl>.octopus.app" --server-comms-address "https://polling.<yoururl>.octopus.app" --comms-style TentacleActive --apiKey "API-YOURKEY" --environment "Test" --role "Web"

Feel free to reach out to support@octopus.com with any questions!

@LukeButters LukeButters changed the title Add Support for Polling 443 Tentacles to Windows Installer & Linux configure-tentacle.sh Add Support for Polling 443 on a different address to the Windows Tentacle Manager & Linux configure-tentacle.sh Feb 6, 2024
@LukeButters LukeButters changed the title Add Support for Polling 443 on a different address to the Windows Tentacle Manager & Linux configure-tentacle.sh Add Support for Polling 443 on a different address to the Windows Tentacle Manager Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant