Actions
Feature #33733
closedneed to generate private db key for pulpcore 3.15
Status:
Closed
Priority:
Normal
Assignee:
Category:
Foreman modules
Target version:
Difficulty:
Triaged:
Yes
Description
The pulp installer runs:
openssl rand -base64 32 | tr '+/' '-_' > /etc/pulp/certs/database_fields.symmetric.key
and sets ownership to pulp
Updated by Justin Sherrill about 3 years ago
foreman does something similar by running a rake task in an rpm script, i could see doing this either in:
1) the installer
2) the pulpcore rpm post script
Updated by Ewoud Kohl van Wijngaarden about 3 years ago
- Target version set to 3.1.0
Justin Sherrill wrote:
The pulp installer runs:
[...]
and sets ownership to pulp
Does it need to own it or should it really be read-only to the pulp user? If so I'd prefer to set the owner to root and group to pulp.
Updated by Justin Sherrill about 3 years ago
- Target version deleted (
3.1.0)
I think what you suggest with regard to ownership makes sense, edit isn't needed
Updated by The Foreman Bot about 3 years ago
- Status changed from New to Ready For Testing
- Assignee set to Justin Sherrill
- Pull request https://github.com/theforeman/puppet-pulpcore/pull/235 added
Updated by Justin Sherrill about 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset puppet-pulpcore|06f9e45d658f641d3705b3165cfb93adbd125dd5.
Updated by Ewoud Kohl van Wijngaarden about 3 years ago
- Triaged changed from No to Yes
- Fixed in Releases 3.1.0 added
Actions