Extend cron to catch about to expire legal tags
Changes related to ADR
- Existing cron job for checking expired legal tags is extended to check about to expire legal tags regarding declared period to expire.
- Existing legal SNS topic with new item is used.
- Changes are hidden behind the feature flag
New SNS topic item:
{
"aboutToExpireLegalTags": [
{
"dataPartitionId":"osdu",
"tagName":"osdu-public-usa-dataset-osduonaws-test-about-to-expire",
"expirationDate":"Mar 15, 2024"
}
]
}
Info in logs about catching about to expire legal tag:
Edited by Konrad Krasnodebski
Merge request reports
Activity
mentioned in issue #52 (closed)
changed milestone to %M23 - Release 0.26
requested review from @Java1Guy, @nthakur, @omprakash_epam, and @ishakumari
@chad could you share this MR with interested persons to review, please?
CC - @Java1Guy @rasheed-hv
Edited by Konrad Krasnodebskiadded Common Code MRNew Feature labels
added 1 commit
- 47d00f2f - Add stub aboutToExpireLegalTagPubliusher to Azure
Please register or sign in to reply