Skip to content

Adding Legal Tags Update CRON Job Helm Charts

Abhishek Chowdhry requested to merge legalTagChangeCron into master

The MR is raised against the issue: infra-azure-provisioning#161 (closed)

These changes add a CRON Job which will be used to trigger the legal Tags update workflow. This CRON job will run an image of a Node.JS application(added manually to ACR) and it will call Legal Tags Update API for all the partitions periodically. The generated messages from this API will be consumed by the storage service which will in turn make the records associated with the legal tags active or inactive.

Merge request reports