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

Feat: add support for tokenization #15

Merged
merged 10 commits into from
Sep 8, 2024
Merged

Feat: add support for tokenization #15

merged 10 commits into from
Sep 8, 2024

Conversation

redaLaanait
Copy link
Contributor

@redaLaanait redaLaanait commented Sep 1, 2024

  • Add a Token Engine low-level component with two implementations (dynamodb and in-memory)
  • Refactor Dynamodb Engine to implement both Token and Key engine interfaces.
  • Update Protector service to support tokenization.
  • Add and expose pii.Redact and pii.Check helper functions
  • Change dynamodb partition keys design to fix tokens & keys conflict (breaking change).
  • Refactor wire format; add the subjectID to allow PII field decryption independently from the struct.

@redaLaanait redaLaanait merged commit 725ea10 into main Sep 8, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant