Project

Profile

Help

Issue #7173

closed

pulp_installer makes Pulp's files owned by group "users" rather than group "pulp"

Added by mdepaulo@redhat.com over 3 years ago. Updated over 3 years ago.

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:

  1. Modifying the "user" modules tasks (to set primary group to "pulp" in addition to adding to the gorup)
  2. chgrping (or telling users to chgrp) pulp files.

Related issues

Has duplicate Pulp - Issue #6286: ansible-pulp sets the gid for pulp_user that is not the gid of pulp_groupCLOSED - DUPLICATEActions
Actions #1

Updated by dkliban@redhat.com over 3 years ago

  • Triaged changed from No to Yes
  • Sprint set to Sprint 79
Actions #2

Updated by rchan over 3 years ago

  • Sprint changed from Sprint 79 to Sprint 80
Actions #3

Updated by mdellweg over 3 years ago

  • Status changed from NEW to ASSIGNED
  • Assignee set to mdellweg
Actions #4

Updated by pulpbot over 3 years ago

  • Status changed from ASSIGNED to POST

Added by mdellweg over 3 years ago

Revision 30c58be9 | View on GitHub

Change pulp users group from users to pulp

fixes #7173 https://pulp.plan.io/issues/7173

Added by mdellweg over 3 years ago

Revision 30c58be9 | View on GitHub

Change pulp users group from users to pulp

fixes #7173 https://pulp.plan.io/issues/7173

Actions #5

Updated by rchan over 3 years ago

  • Sprint changed from Sprint 80 to Sprint 81
Actions #6

Updated by mdellweg over 3 years ago

  • Status changed from POST to MODIFIED
Actions #7

Updated by dkliban@redhat.com over 3 years ago

  • Has duplicate Issue #6286: ansible-pulp sets the gid for pulp_user that is not the gid of pulp_group added
Actions #8

Updated by ttereshc over 3 years ago

  • Sprint/Milestone set to 3.8.0
Actions #9

Updated by ttereshc over 3 years ago

  • Status changed from MODIFIED to CLOSED - CURRENTRELEASE

Also available in: Atom PDF