This automatically runs the identity sync-identity-search command once a day at midnight UTC
Depends on D11161
Differential D11125
[terraform] Run automatic identity search sync cron task will on Feb 20 2024, 7:35 AM. Authored by Tags None Referenced Files
Details This automatically runs the identity sync-identity-search command once a day at midnight UTC Depends on D11161 Just terraform applied on staging. Won't land until confirmed working functionally
Diff Detail
Event Timeline
Comment Actions We can move the iam policy and role for scheduling to aws_iam.tf and use them in both. Will include in next rebase Comment Actions Actually. Rethinking this. If we included the policy, we'd probably want to put all our tasks in a single file to refer to the ws_ecs_task_definitions in the Resources block. The only thing that can probably be shared is the aws_iam_role scheduler role which would then share multiple permissions for ecs. The role could be placed in aws_iam.tf Comment Actions
before landing, can you please address my inline question and move this role from task_blob_cleanup.tf to aws_iam.tf? we should also give it a more precise name than scheduler, maybe task_scheduler?
Comment Actions Forgot to leave a comment with the diff that address this: https://phab.comm.dev/D11161. I'll rebase it from scheduler to task-scheduler. Comment Actions ah nvm i see you moved the role in D11161. please address the inline question, though
|