Skip to content

[MSCOSDU-2064] Added gcs version paths validation for update record flow

Deepa Kumari requested to merge dk/az-add-gcs-version-paths-validation into master

As per #178 (closed), the GCS version array size grows huge causing issues. It was required to not allow update of a record where gcs array size is greater than a configurable specific soft limit. This change is sitting behind a feature flag.

The implementation will ignore the records with greater versions than the soft limit and a warning will be logged in application logs.

Edited by Deepa Kumari

Merge request reports