fidesops icon indicating copy to clipboard operation
fidesops copied to clipboard

Additional sql db support array and json values

Open iamkelllly opened this issue 4 years ago • 1 comments

To enable full support of SQL databases, Fidesops should:

  • support an array of values in a field where fidesops loops through each array item in the field and searches for identity to add to identity graph and/or PII to access and mask.
  • support a json object as a field value where fidesops scans each node and searches for identities to add to the identity graph and/or PII to access and mask.

iamkelllly avatar Nov 22 '21 21:11 iamkelllly

This should feature a review of the different types of ways we can access array / object values across datastores. A feature matrix describing how array / object values are addressed would help here, so we can be clear about what is and is not supported.

@NevilleS has articulated the learnings from Atlas indicate that we should work on #94 first here as we'll want how we handle Mongo here to influence SQL instead of vice versa.

seanpreston avatar Nov 24 '21 17:11 seanpreston