Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a generic GDPR Anonimize Service #564

Closed
rsoika opened this issue Jan 3, 2024 · 0 comments
Closed

Provide a generic GDPR Anonimize Service #564

rsoika opened this issue Jan 3, 2024 · 0 comments

Comments

@rsoika
Copy link
Member

rsoika commented Jan 3, 2024

Remove old GDPR Plugin implementations and replace them with a generic GDPRAnonymous Service triggered by a GDPRAnonymizeAdatper.

Configuration:

<gdpr>
  <delete>$file, txtname</delete>
  <anonymize>firstname,lastname</anonymize>
  <placeholder>no data</placeholder>
  <workitemref>true@false</workitemref>
</gdpr>
  • delete = list of items to be deleted
  • anonymize = list of items to be anonymized
  • placeholder = test for anonymization
  • workitemref = true - > recursive search of references
@rsoika rsoika added the feature label Jan 3, 2024
@rsoika rsoika added this to the 5.0.0 milestone Jan 3, 2024
rsoika added a commit that referenced this issue Jan 3, 2024
@rsoika rsoika added the testing label Jan 3, 2024
rsoika added a commit that referenced this issue Jan 3, 2024
Issue #564
rsoika added a commit that referenced this issue Jan 4, 2024
@rsoika rsoika closed this as completed Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant