Skip to content
Snippets Groups Projects
  1. Mar 17, 2020
  2. Mar 16, 2020
  3. Mar 05, 2020
  4. Feb 28, 2020
  5. Feb 20, 2020
  6. Jan 28, 2020
  7. Jan 24, 2020
  8. Jan 21, 2020
  9. Jan 09, 2020
  10. Dec 31, 2019
  11. Dec 20, 2019
  12. Dec 16, 2019
  13. Nov 25, 2019
    • Arturo Herrero's avatar
      Encrypt application settings with pre and post deployments · cc9a30c7
      Arturo Herrero authored
      We had concerns about the cached values on Redis with the previous two
      releases strategy:
      
      First release (this commit):
        - Create new encrypted fields in the database.
        - Start populating new encrypted fields, read the encrypted fields or
          fallback to the plaintext fields.
        - Backfill the data removing the plaintext fields to the encrypted
          fields.
      Second release:
        - Remove the virtual attribute (created in step 2).
        - Drop plaintext columns from the database (empty columns after
          step 3).
      
      We end up with a better strategy only using migration scripts in one
      release:
        - Pre-deployment migration: Add columns required for storing encrypted
          values.
        - Pre-deployment migration: Store the encrypted values in the new
          columns.
        - Post-deployment migration: Remove the old unencrypted columns
      cc9a30c7
  14. Nov 22, 2019
  15. Nov 21, 2019
    • Hordur Freyr Yngvason's avatar
      8b819da9
    • Arturo Herrero's avatar
      Encrypt application setting tokens · 03ae7517
      Arturo Herrero authored
      This is the plan to encrypt the plaintext tokens:
      
      First release (this commit):
        1. Create new encrypted fields in the database.
        2. Start populating new encrypted fields, read the encrypted fields or
           fallback to the plaintext fields.
        3. Backfill the data removing the plaintext fields to the encrypted fields.
      
      Second release:
        4. Remove the virtual attribute (created in step 2).
        5. Drop plaintext columns from the database (empty columns after step 3).
      03ae7517
  16. Nov 20, 2019
  17. Nov 19, 2019
  18. Oct 24, 2019
  19. Oct 23, 2019
  20. Oct 22, 2019
  21. Oct 02, 2019
  22. Oct 01, 2019
  23. Sep 24, 2019
  24. Sep 20, 2019
  25. Sep 19, 2019
  26. Sep 18, 2019
  27. Sep 17, 2019
Loading