BluesparkLabs / spark

✨ Toolkit to develop, test and run Drupal websites.
MIT License
2 stars 1 forks source link

Create sanitized, GDPR-compliant database dumps #11

Closed balintbrews closed 6 years ago

balintbrews commented 6 years ago

(Extracted from #8.)

We'll need the ability to specify the gdpr-replacements parameter that denote which db tables and columns to sanitize to be stored in .spark.yml, but then converted to the required JSON format in the Spark command task so it can be passed to the gdpr-dump command.

gdpr-replacements: 
  - tableName
      columnName1:  
        formatter: formatterType
        ... 
      columnName1:  
        formatter: formatterType
        ... 
balintbrews commented 6 years ago

Closing this in favor of #30 and other issues which will provide the desired functionality.