Actions
Issue #7173
closedpulp_installer makes Pulp's files owned by group "users" rather than group "pulp"
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
Installer - Moved to GitHub issues
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
Yes
Tags:
Sprint:
Sprint 81
Quarter:
Description
Not long ago, we made 1 or more changes so that any existing pulp_user (ansible var, defaults to "pulp") would be added to the pulp_group (ansible var, typically "pulp").
However, now the default behavior for new installs is that the "pulp" user has its primary group as "users", and it is merely in "pulp" as well.
And thus folders like /var/lib/pulp/ have group "users" on them. Thus defeating the point of the "pulp" group.
Fixing this involves 2 parts:
- Modifying the "user" modules tasks (to set primary group to "pulp" in addition to adding to the gorup)
- chgrping (or telling users to chgrp) pulp files.
Related issues
Updated by dkliban@redhat.com over 4 years ago
- Triaged changed from No to Yes
- Sprint set to Sprint 79
Updated by mdellweg about 4 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to mdellweg
Updated by pulpbot about 4 years ago
- Status changed from ASSIGNED to POST
Added by mdellweg about 4 years ago
Added by mdellweg about 4 years ago
Revision 30c58be9 | View on GitHub
Change pulp users group from users to pulp
Updated by mdellweg about 4 years ago
- Status changed from POST to MODIFIED
Applied in changeset ansible-pulp|30c58be9e89c03ae607913dd5f23a3673118c9fc.
Updated by dkliban@redhat.com about 4 years ago
- Has duplicate Issue #6286: ansible-pulp sets the gid for pulp_user that is not the gid of pulp_group added
Updated by ttereshc about 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Change pulp users group from users to pulp
fixes #7173 https://pulp.plan.io/issues/7173