Skip to content

EnhancedClient: Dectect Ignored Encryption Tags due to Flatten #259

Open
@texastony

Description

@texastony

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions