-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
bugExisting feature not working as designed.Existing feature not working as designed.
Description
What is the problem?
Privacy policy states that we keep User IP for 3 months. It will be updated to be 4 years to be compliant with GDPR
The reality is that Citizen OS has User IP stored for more than 4 years as we don't have any automation to remove them:
- In Activities table inside
actorobject. - In database backups older than 4 years.
Why is this a problem?
It goes against Citizen OS privacy policy - https://citizenos.com/legal/privacy/
Possible solution.
- Put in place a mechanism that will continuously mask/obfuscate/remove IP address in the
actorobject in the Activities table for activities older than 4 years. We MAY want to use obfuscation to connect different activites from same IP while NOT actually connecting to a person. - Put in place a mechanism that will continuously remove all DB backups older than 4 years.
- Any other places?
Related issues
- This issue created in the context of LEGAL: INSERT, UPDATE, DELETE - Store Users IP address #102
Metadata
Metadata
Assignees
Labels
bugExisting feature not working as designed.Existing feature not working as designed.
Type
Projects
Status
Backlog - soon