Actions
Bug #24508
closedRely on loaded settings when moving corrupted reports from spool
Difficulty:
Triaged:
No
Bugzilla link:
Description
Spool forwarder executed from script cannot rely on Proxy::OpenSCAP::Plugin.settings as these are populated during proxy start. This was fixed in #22511 by loading the settings. When moving the corrupted report, the StorageFS still uses Proxy::OpenSCAP::Plugin.settings.spooldir. We should pass the needed args from SpoolForwarder so that StoreagFS does not try to look them up in uninitialized global context.
Updated by Ondřej Pražák over 6 years ago
- Related to Bug #22511: Cannot send Arf reports from spool added
Updated by The Foreman Bot over 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/smart_proxy_openscap/pull/61 added
Updated by Marek Hulán over 6 years ago
- Target version set to smart_proxy_openscap 0.6.11
Updated by Ondřej Pražák over 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset smart_proxy_openscap|50acc4206f041af69981a1b9671d6013487956e5.
Actions