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

[MM-61277] Allow selecting between private and public connection types #881

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

fmartingr
Copy link
Contributor

Summary

Adds a new ConnectionType deployer configuration option to allow the user to choose between using public/private IPs and DNS. This is necessary when a load test is deployed under private subnets.

Ticket Link

https://mattermost.atlassian.net/browse/MM-61277

@fmartingr
Copy link
Contributor Author

@agnivade @agarciamontoro Can you guys take a look at this and let me know if the approach makes sense?

@agarciamontoro agarciamontoro self-requested a review January 21, 2025 16:53
@agarciamontoro
Copy link
Member

Self-requested a review so I don't forget!

Comment on lines +90 to +93
PrivateIP string `json:"private_ip"`
PublicIP string `json:"public_ip"`
PublicDNS string `json:"public_dns"`
PrivateDNS string `json:"private_dns"`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's make these private fields to prevent mistakes of accessing them in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants