Story #6460
closedAs a user, I have a setting I can use to increase the accepted header size for pulpcore-content
0%
Description
Ticket moved to GitHub: "pulp/pulpcore/1911":https://github.com/pulp/pulpcore/issues/1911
Ticket moved to GitHub: "pulp/pulpcore/1880":https://github.com/pulp/pulpcore/issues/1880
Problem¶
Users of pulp-certguard need a way to accept larger header at the pulpcore-content app. In practice the aiohttp default of 8190 bytes is too small for the headers Katello wants to use for example.
Solution¶
Add an optional setting named MAX_HEADER_SIZE
which defaults to None. It accepts integer values in bytes that should be allowed. So for example, to specify a maximum header size of 16380 you would use dynaconf to set the value:
MAX_HEADER_SIZE = 16380
.
Related issues
Updated by bmbouter over 4 years ago
- Subject changed from As a user, I have a setting I can use to increase the accepted header size to As a user, I have a setting I can use to increase the accepted header size for pulpcore-content
- Description updated (diff)
Updated by bmbouter over 4 years ago
- Blocked by Task #6397: Port content app aiohttp internals to use AppRunner added
Updated by jsherril@redhat.com over 4 years ago
- Tags Katello-P2 added
- Tags deleted (
Katello-P1)
Updated by lmjachky over 4 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to lmjachky
Updated by bmbouter over 4 years ago
- Sprint/Milestone changed from 3.3.0 to 3.4.0
Updated by ggainey over 4 years ago
- Tags Katello added
- Tags deleted (
Katello-P2)
Updated by bmbouter over 4 years ago
- Sprint/Milestone deleted (
3.4.0)
Katello has a workaround and the patch is not yet ready for the 3.4.0 release. Removing from 3.4.0 blockers list per May 19th open floor.
Updated by lmjachky about 4 years ago
- Status changed from ASSIGNED to NEW
- Assignee deleted (
lmjachky)
Updated by pulpbot almost 3 years ago
- Description updated (diff)
- Status changed from NEW to CLOSED - DUPLICATE