Skip to content

Add prefix to `db_key_base`

Dominic Couture requested to merge dcouture-prefix-secrets-yml into master

What does this MR do and why?

Related to #448792

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

N/A

How to set up and validate locally

  1. Before starting anything, observe that your db_key_base in config/secrets.yml does not have a prefix
  2. Start the GDK
  3. Observe that the db_key_base now has a prefix
  4. Access encrypted data (CI/CD variables for example) and observe that it still works even if the key changed in the file
Edited by Dominic Couture

Merge request reports