Actions
Feature #33210
openGenerate a db encryption key when installing pulp
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
Starting in pulpcore 3.15, certain fields will be encrypted in the database:
https://pulp.plan.io/issues/8192
Pulp uses a fernet key to encrypt these fields. It should be a string of 32 url-safe base64-encoded bytes. The setting DB_ENCRYPTION_KEY points the key location (default is `/etc/pulp/certs/database_fields.symmetric.key`).
Actions