Skip to content

Includes the better fix for the Legal Tag to Record Association

Derek Hudson requested to merge aws-better-legal-tag-fix into master

Type of change

  • Bug Fix
  • Feature

Please provide link to gitlab issue or ADR(Architecture Decision Record)

Does this introduce a change in the core logic?

  • [NO]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Does this introduce a breaking change?

  • [NO]

What is the current behavior?

Legal Tag Associations are not deleted when the Legal Tag associated with a record is changed to a different Legal Tag.

What is the new/expected behavior?

Legal Tag Associations are now deleted when the Legal Tag associated with a record is changed to a different Legal Tag.

This also includes the NameSpacedCache to be used by the Groups and LegalTag cache, which uses Redis.

Have you added/updated Unit Tests and Integration Tests?

Added unit tests. Integration tests are possible, but pending an update on an issue where no customer is using the workflow that invalidates Legal Tags.

Any other useful information

Here are some related issues and MRs:

Edited by Derek Hudson

Merge request reports