Actions
Issue #9200
closedTask #8732: [EPIC] As a user, I can rest easy with all sensitive credentials in the database encrypted at rest
pulp_installer creates the db encryption key after the db is migrated
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:
No
Tags:
Sprint:
Quarter:
Description
Background here: https://github.com/pulp/pulpcore/pull/1301#discussion_r680329425
pulp_installer currently creates the db key when setting up the pulp-api service:
It needs to happen before we migrate though.
Actions
Generate DB fields encryption key before migrations
closes #9200