Issue #6286
closedansible-pulp sets the gid for pulp_user that is not the gid of pulp_group
Description
The default installation creates a user called 'pulp' and the user's gid belongs to a group 'users'. However, the systemd unit file for pulpcore-worker processes has the user and group set to 'pulp'. The installer should set the gid of the pulp_user to that of the pulp_group id.
Related issues
Updated by bmbouter over 4 years ago
I think it's traditional for an application creating a dedicated user to also create a dedicated group. Because of this, I expect the defaults of the ansible installer to install a 'pulp' user and a 'pulp' group and allow these names to be configurable. For the devel environment for example they need to be overridden to be vagrant:vagrant.
Note that the 'pulp' user may also need to be added to additional groups and we need a way to do that also. That is separate somewhat from this issue so if we want to handle it separately let me know. The need is for pulp_container for example, pulp needs to be in the 'buildah' group.
Updated by fao89 over 4 years ago
- Triaged changed from No to Yes
- Sprint set to Sprint 68
Updated by bmbouter over 4 years ago
- Category set to Installer - Moved to GitHub issues
- Tags deleted (
Pulp 3 installer)
Updated by dkliban@redhat.com about 4 years ago
- Is duplicate of Issue #7173: pulp_installer makes Pulp's files owned by group "users" rather than group "pulp" added
Updated by dkliban@redhat.com about 4 years ago
- Status changed from NEW to CLOSED - DUPLICATE