[SC-37908] Remove http+elb code#73
Open
UserNotFound wants to merge 9 commits into
Open
Conversation
a9da3b4 to
522f6b0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This accomplishes a few things, mainly centered around deprecating ELB-based http endpoints, and the type
http_proxy_protocolthat was used for them.This client and our TF provide only create ALB-based http endpoints, and should have never created them as
http_proxy_protocol, but ratherhttp, as this change implements.It this client an our TF provider couldn't import existing
type: "http"endpoints, which all client should create. We need to at least temporarily (until all vhost in the API are changed) accept both http and http_proxy_protocol. Solve this issue: aptible/terraform-provider-aptible#179Finally, I updated the user agent string so that instead of the generic
OpenAPI-Generator/1.0.0/gowe getaptible/go-deploy/v0.5.5Then, i had to bump the go version, test tool versions to a version that support arm so i can test on my laptop, fix a decade's worth of whitespacing formatting errors, and remove a deprecated module that doesn't have support for typechecking in the linter...