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

Backport of Dockerfile: bump up to ubi-minimal:9.3 into release/1.3.x #376

Conversation

hc-github-team-consul-core
Copy link
Collaborator

Backport

This PR is auto-generated from #373 to be assessed for backporting due to the inclusion of the label backport/1.3.

The below text is copied from the body of the original PR.


Dockerfile: bump up to ubi-minimal:9.3 to remediate vulnerabilities. The current ubi-minimal:9.2 image is not actively maintained and CVEs fixes are not backported.


Overview of commits

wilkermichael and others added 17 commits October 17, 2023 11:00
…44487) (#323)

Bump google.golang.org/grpc to 1.56.3

This resolves [CVE-2023-44487](https://nvd.nist.gov/vuln/detail/CVE-2023-44487).

Also bump `consul-server-connection-manager` to latest to align with
that library's matching gRPC upgrade.

Co-authored-by: Chris Thain <chris.m.thain@gmail.com>
* chore: skaffold build experiment

* feedback: add experiment comments
* uniform makefile experience

* remove macro

* remove hard code target
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
This commit changes the grpc-proxy internal to dataplane so that it can
send / receive messages up to 50MB. Prior to this change, it would only
allow 4MB payloads, which was insufficient for some proxies that has a
very large number of upstreams. Whenever this limit was exceeded, the
gRPC connection to the server would be terminated, causing a reconnect
to occur, which would then repeat the issue all over again.

Because the underlying grpc-proxy library did not support configuring
this field, I have had to refer to a custom fork of my own. Eventually
if the corresponding change makes its way upstream, the go.mod file can
point back to the original codebase.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Auto approved Consul Bot automated PR

@david-yu david-yu closed this Dec 21, 2023
auto-merge was automatically disabled December 21, 2023 18:34

Pull request was closed

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.