Bug 1763178
Summary: | [RFE] Unnecessary call to userhelp and therefore log entries | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Oliver Falk <ofalk> |
Component: | SCAP Plugin | Assignee: | Ondřej Pražák <oprazak> |
Status: | CLOSED ERRATA | QA Contact: | Jameer Pathan <jpathan> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 6.5.0 | CC: | bkearney, egolov, mhulan, oprazak, peter.vreman, vijsingh |
Target Milestone: | 6.8.0 | Keywords: | EasyFix, FutureFeature, Patch, Triaged |
Target Release: | Unused | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Fixed In Version: | puppet-foreman_scap_client-0.3.23 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-10-27 12:59:02 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1122832 |
Description
Oliver Falk
2019-10-18 12:18:11 UTC
This is fixed in 6.7 with Puppet 5, running 'facter -p rh_certificate_consumer_host_cert' or 'subscription-manager config' does not produce any logs in /var/log/secure. Could QE verify? If 'subscription-manager config' did not produce the userhelper then the reproducer environment is missing the PATH setting Please try the following commands as root: export PATH=/bin:/usr/bin:/usr/sbin:/sbin; subscription-manager config ; tail -n20 /var/log/secure | grep subscription-manager export PATH=/bin:/usr/bin:/usr/sbin:/sbin; facter -p rh_certificate_consumer_host_cert ; tail -n20 /var/log/secure | grep subscription-manager Created redmine issue https://projects.theforeman.org/issues/28358 from this bug I can reproduce now, thank you for clarification. Cloning upstream. Moving this bug to POST for triage into Satellite 6 since the upstream issue https://projects.theforeman.org/issues/28358 has been resolved. Verified: Verified with: - Satellite 6.8.0 snap 9 - puppet-foreman_scap_client-0.4.0-1.el7sat.noarch Test step: - export PATH=/bin:/usr/bin:/usr/sbin:/sbin; subscription-manager config ; tail -n20 /var/log/secure | grep subscription-manager Observation: - No unnecessary calls to userhelper and log entries. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Important: Satellite 6.8 release), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2020:4366 |