Bug 2014037
Summary: | There is a new login account in satellite 6.9 | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | guliu |
Component: | Installation | Assignee: | Ewoud Kohl van Wijngaarden <ekohlvan> |
Status: | CLOSED ERRATA | QA Contact: | Omkar Khatavkar <okhatavk> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.9.0 | CC: | ahumbe, ehelms, ekohlvan, gpadholi, ngalvin, pcreech, pmendezh, tasander, ttereshc, zhunting |
Target Milestone: | 6.11.0 | Keywords: | Triaged |
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | foreman-installer-3.1.2-1 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-07-05 14:30:00 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: |
Description
guliu
2021-10-14 10:50:39 UTC
We should also look at making it a system user. I think the biggest challenge with this is upgrading existing installations. Created redmine issue https://projects.theforeman.org/issues/33765 from this bug Upstream bug assigned to ekohlvan Moving this bug to POST for triage into Satellite since the upstream issue https://projects.theforeman.org/issues/33765 has been resolved. [root@satellite ~]# grep pulp /etc/passwd pulp:x:988:1000::/var/lib/pulp:/sbin/nologin verified on Satellite 7 and snap7 works well (In reply to Omkar Khatavkar from comment #8) > [root@satellite ~]# grep pulp /etc/passwd > pulp:x:988:1000::/var/lib/pulp:/sbin/nologin It is interesting to see the group id is still 1000 while I would expect < 1000. I think I forgot to mark the group as a system group. That technically wasn't part of this BZ but I consider it the same. Should we fail QA on this? I decided that this is a good thing regardless of this BZ so I opened https://projects.theforeman.org/issues/34379 and https://github.com/theforeman/puppet-pulpcore/pull/244. @ekohlvan Thanks for noticing that I will Fail this and wait for that change to be placed in ONQA. Clearing Fixed in since it doesn't fix it completely. # grep pulp /etc/passwd pulp:x:988:986::/var/lib/pulp:/sbin/nologin Working as expected the permissions are removed from 1000 to 988 and 986. Verified in Satellite 6.11 snap 14 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 (Moderate: Satellite 6.11 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-2022:5498 |