Open
Description
Issue
The DB-ESDK for DynamoDB in Java MUST detect all IGNORED Encryption Tags.
An Ignored Encryption Tag is one that the DB-ESDK does not respect when encrypting or decrypting a DynamoDB Record.
As of PR #248 , the DB-ESDK for DynamoDB in Java ONLY detects Ignored tags
on a table schema if they are one deep (on a nested class).
PR #248 added a Test that documents Ignored Encryption Tags that are NOT yet Detected.
These Tags are Ignored as they are placed on Fields
also tagged to be Flattened by DynamoDB.
As such, the Fields are not included in the elements of the Table Schema currently parsed by the DB-ESDK.
Metadata
Metadata
Assignees
Labels
No labels