-
Notifications
You must be signed in to change notification settings - Fork 72
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
LA 88 segment md5 override #5514
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
fides Run #11116
Run Properties:
|
Project |
fides
|
Branch Review |
refs/pull/5514/merge
|
Run status |
Passed #11116
|
Run duration | 00m 41s |
Commit |
7f54b73c27 ℹ️: Merge 69a32b8de712d1784de1134c536c5f66be7ae362 into 97edac0ea8d38631e25454825d21...
|
Committer | Bruno Gutierrez Rios |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
4
|
Upgrade your plan to view test results. | |
View all changes introduced in this branch ↗︎ |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5514 +/- ##
==========================================
+ Coverage 78.88% 78.96% +0.07%
==========================================
Files 388 389 +1
Lines 24428 24869 +441
Branches 2669 2746 +77
==========================================
+ Hits 19270 19637 +367
- Misses 4644 4707 +63
- Partials 514 525 +11 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
CHANGELOG.md
Outdated
@@ -20,6 +20,7 @@ The types of changes are: | |||
### Added | |||
- Added namespace support for Snowflake [#5486](https://github.com/ethyca/fides/pull/5486) | |||
- Added support for field-level masking overrides [#5446](https://github.com/ethyca/fides/pull/5446) | |||
- Added MD5 Hashing Request Override for segment Right to forget endpoint [#5514](https://github.com/ethyca/fides/pull/5514) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Added MD5 Hashing Request Override for segment Right to forget endpoint [#5514](https://github.com/ethyca/fides/pull/5514) | |
- Added MD5 email hashing for Segment's Right to Forget endpoint requests [#5514](https://github.com/ethyca/fides/pull/5514) |
fides Run #11117
Run Properties:
|
Project |
fides
|
Branch Review |
main
|
Run status |
Passed #11117
|
Run duration | 00m 40s |
Commit |
4702281527: LA 88 segment md5 override (#5514)
|
Committer | Bruno Gutierrez Rios |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
4
|
Upgrade your plan to view test results. | |
View all changes introduced in this branch ↗︎ |
Closes LA#88
Description Of Changes
Adds the Segment MD5 Hash integration Overrides, which uses a hash of the email identity instead of a dataset collection from a database.
Requires a personalized segment config to be used correctly
Code Changes
Steps to Confirm
Pre-Merge Checklist
CHANGELOG.md
updated