Skip to content

Parametrize opa bundle job to be optional

Arturo Hernandez [EPAM] requested to merge msco-ah/optional_bundle_job into master
  • The current opa deployment job relies on community to be always up and running, which is not always true, thus, job actually does not use identity to login to the storage account, it uses the storage keys, which requires higher privileges over storage account, and uses the az cli image, which gets updated without further noticing, this approach it is prone to failure.
  • For some customers we would like to onboard our own policy bootstrap with pre-loaded policies or even better, customized policies, in this case this job it is obsolete, this MR gives possibility to disable policy bootstrap job, and allows to use custom job.

Merge request reports