Actions
Issue #8330
closedRemoteSerializer does not include `headers` and field incorrectly marks as Required
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
In 3.10 a new headers
field was added for all Remotes with this PR https://github.com/pulp/pulpcore/pull/1041/files
There are two issues with this:
- The
RemoteSerializer
does actually nameheaders
to be an included field in the metaclass - The field defined does not allow it to be optional, which it needs to be optional.
Because of (1) problem (2) was hidden during 3.10 usage.
Actions
Fix headers field on the RemoteSerializer
fixes #8330 https://pulp.plan.io/issues/8330