You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
allow user of this bundle to define some configuration that would looks like:
ekino_data_protection:
...
data_anonymization:
anonymize:
first_table_name_containing_private_data:
- firstName: 'fakeValue'
- lastName: 'fakeValue'
- email: 'fakeEmail-<id>@fake.com' (pattern to avoid fail with unique primary keys)
second_table_name_containing_private_data:
...
truncate:
- first_table_name_to_truncate (like session or basket tables that has no sense to keep)
then with this config we can provide a generic command to anonymize a database
WDYT?
The text was updated successfully, but these errors were encountered:
This is a feature proposal:
then with this config we can provide a generic command to anonymize a database
WDYT?
The text was updated successfully, but these errors were encountered: