Actions
Issue #4083
closedNon-sensitive information is not being displayed for last_override_config
Status:
CLOSED - WONTFIX
Priority:
Normal
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
In #3521, we redacted all information for last_override_config. We should add back (via whitelist) the non-sensitive fields.
Steps to reproduce:
1. Sync a repo and pass in an override config (phttp POST https://localhost/pulp/api/v2/repositories/zoo/actions/sync/ override_config:="{\"max_speed\": 1000}"
)
2. Observe in the database that last_override_config is set
3. View the repository details and observe that the Last Override Config field is empty
Related issues
Updated by daviddavis about 6 years ago
- Related to Issue #3521: last_override_config exposes sensitive info added
Updated by amacdona@redhat.com about 6 years ago
It may be necessary for plugins to extend the whitelist.
Updated by bmbouter over 5 years ago
- Status changed from NEW to CLOSED - WONTFIX
Actions