Project

General

Profile

Feature #33210

Updated by David Davis almost 3 years ago

Starting in pulpcore 3.15, certain fields will be encrypted in the database: 

 https://pulp.plan.io/issues/8192 

 Pulp uses a "fernet key":https://cryptography.io/en/latest/fernet/ [[fernet key:https://cryptography.io/en/latest/fernet/]] 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`).

Back