Closed davidski closed 9 years ago
https://github.com/cascadeo/sch-vulnpryer-orchestration/blob/49b4ef8d244ba6d8b39d6d58b6a484d6e3adfd6d/deploy_vulnpryer.cfg#L124
and
https://github.com/cascadeo/sch-vulnpryer-orchestration/blob/49b4ef8d244ba6d8b39d6d58b6a484d6e3adfd6d/deploy_vulnpryer.cfg#L129
both have hard coded references to a particular role for the Data Pipeline role. This role is configurable earlier on in the file, which makes each of these pipeline objects reference invalid roles.
Fixed via 41582c2.
https://github.com/cascadeo/sch-vulnpryer-orchestration/blob/49b4ef8d244ba6d8b39d6d58b6a484d6e3adfd6d/deploy_vulnpryer.cfg#L124
and
https://github.com/cascadeo/sch-vulnpryer-orchestration/blob/49b4ef8d244ba6d8b39d6d58b6a484d6e3adfd6d/deploy_vulnpryer.cfg#L129
both have hard coded references to a particular role for the Data Pipeline role. This role is configurable earlier on in the file, which makes each of these pipeline objects reference invalid roles.