Actions
Bug #35335
closed/etc/pki/katello/certs/katello-server-ca.crt deployed with too strict permissions
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Difficulty:
Triaged:
No
Bugzilla link:
Pull request:
Fixed in Releases:
Found in Releases:
Description
right now, the file is deployed as:
# ls -ld /etc/pki/katello/certs/katello-server-ca.crt -r--r-----. 1 root foreman 2533 Aug 4 13:59 /etc/pki/katello/certs/katello-server-ca.crt
which means it can't be read by users outside the foreman group (and root).
but there is actually nothing private in that file, so we can loosen the restriction a bit
Updated by The Foreman Bot over 2 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/puppet-certs/pull/403 added
Updated by Evgeni Golov over 2 years ago
- Assignee deleted (
Evgeni Golov) - Found in Releases 3.1.0, 3.1.1, 3.1.2, 3.1.3, 3.2.0, 3.2.1, 3.2.2, 3.3.0, 3.3.1 added
Updated by Evgeni Golov over 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset puppet-certs|179aa636c5feb8cbc369913b4e837e3b3e75c83f.
Actions