This repository was archived by the owner on Oct 13, 2023. It is now read-only.
[18.03] backport authz buffer fix#509
Merged
andrewhsu merged 1 commit intoApr 19, 2018
Merged
Conversation
Contributor
|
Replacing |
Member
|
#513 backports moby/moby#36507 |
When the authz response buffer limit is hit, perform a flush. This prevents excessive buffer sizes, especially on large responses (e.g. `/containers/<id>/archive` or `/containers/<id>/export`). Signed-off-by: Brian Goff <cpuguy83@gmail.com> (cherry picked from commit 74f8e47352e71aad4015d8d9dea8f16e7a055863) Signed-off-by: Brian Goff <cpuguy83@gmail.com> Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
a167c22 to
60dc869
Compare
Member
|
rebased to get the gotestyourself changes in |
andrewhsu
approved these changes
Apr 19, 2018
Contributor
andrewhsu
left a comment
There was a problem hiding this comment.
LGTM
looks like a clean cherry-pick to me
silvin-lubecki
pushed a commit
to silvin-lubecki/docker-ce
that referenced
this pull request
Jan 31, 2020
…thz_buffer_fix_36595 [18.03] backport authz buffer fix
docker-jenkins
pushed a commit
that referenced
this pull request
Mar 24, 2021
Add "procps" to daemon "Recommends" (for "docker top") Upstream-commit: 120831d Component: packaging
akrasnov-drv
pushed a commit
to drivenets/docker-ce
that referenced
this pull request
Apr 23, 2023
Add "procps" to daemon "Recommends" (for "docker top")
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
When the authz response buffer limit is hit, perform a flush.
This prevents excessive buffer sizes, especially on large responses
(e.g. /containers//archive or /containers//export).
Backports moby/moby#36595 @ 74f8e47352e71aad4015d8d9dea8f16e7a055863
Which is a fix for moby/moby#36576