Story #6460
As a user, I have a setting I can use to increase the accepted header size for pulpcore-content
Status:
NEW
Priority:
Normal
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Katello
Sprint:
Quarter:
Description
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
History
#2
Updated by bmbouter 10 months ago
- Blocked by Task #6397: Port content app aiohttp internals to use AppRunner added
#3
Updated by jsherril@redhat.com 10 months ago
- Tags Katello-P1 added
#4
Updated by jsherril@redhat.com 10 months ago
- Tags Katello-P2 added
- Tags deleted (
Katello-P1)
Please register to edit this issue