Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

[Array + JSON handling] Erasures in complex datatypes for MongoDB #129

Closed
seanpreston opened this issue Dec 14, 2021 · 2 comments · Fixed by #226
Closed

[Array + JSON handling] Erasures in complex datatypes for MongoDB #129

seanpreston opened this issue Dec 14, 2021 · 2 comments · Fixed by #226
Assignees

Comments

@seanpreston
Copy link
Contributor

seanpreston commented Dec 14, 2021

Add support for erasing data from complex datatypes (objects + arrays) in MongoDB.

@pattisdr
Copy link
Contributor

Note access requests addressed here #165 and some light testing of nested erasures completed. This ticket should make sure there are no other additional requirements we need to consider and complete more detailed testing.

@seanpreston seanpreston changed the title [Array + JSON handling] Complex datatype erasures [Array + JSON handling] Erasures in complex datatypes for MongoDB Jan 27, 2022
@pattisdr pattisdr self-assigned this Feb 2, 2022
@pattisdr
Copy link
Contributor

pattisdr commented Feb 2, 2022

FYI Current mongo work that I'm doing for accessing data in complex arrays involves a design for erasures, this is being looked at currently.

@iamkelllly iamkelllly added this to the Fidesops 1.3.0 milestone Feb 10, 2022
seanpreston pushed a commit that referenced this issue Feb 25, 2022
Allow data to be masked within arrays, as well as data within objects within arrays (Nested object erasure support was already introduced here #165). Worth noting, individual elements within arrays are targeted and masked, not the entire array. Support is for MongoDB only, but the most of this work is done in code, and can be used to help support other database implementations in the future.
sanders41 pushed a commit that referenced this issue Sep 22, 2022
Allow data to be masked within arrays, as well as data within objects within arrays (Nested object erasure support was already introduced here #165). Worth noting, individual elements within arrays are targeted and masked, not the entire array. Support is for MongoDB only, but the most of this work is done in code, and can be used to help support other database implementations in the future.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants