Actions
Bug #15940
closedPackage upload action logs whole input as Parameters
Status:
Closed
Priority:
Normal
Assignee:
Category:
Subscriptions
Target version:
Difficulty:
easy
Triaged:
Bugzilla link:
Pull request:
Description
Rails logs all incoming parameters via INFO logger by default (no opt-out).
Package upload request can be huge JSON and it does not make sense to log everything.
Rails provide parameter filters to filter out sensitive data from these (e.g. passwords), the action could perhaps use this to opt-out logging of the whole root data (_json key).
Updated by Justin Sherrill over 8 years ago
- Assignee set to Justin Sherrill
- Translation missing: en.field_release set to 162
- Difficulty set to easy
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/6264 added
Updated by Justin Sherrill over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|59e9f514afaf79b179e3ee08de122aa1db037494.
Actions