microsoft / CromwellOnAzure

Microsoft Genomics implementation of the Broad Institute's Cromwell workflow engine on Azure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CoA deployer maintainability

BMurri opened this issue · comments

Problem:
Recurrent issues should be easy to maintain going forward. One such issue is the need to recognize and mitigate changing role assignments. Another is to provide similar feedback in initial deployment and upgrade scenarios.

Solution:
Scaffolding to place maintenance items should be easy and require little-to-no moving other code around.

Describe alternatives you've considered
Leaving things as they are.

Code dependencies
Will this require code changes in:

  • CoA, for new and/or existing deployments? Nothing outside of the PR resolving this issue.
  • Build pipeline? No
  • Integration tests? No

Additional context
None