Allowing only specific versions of services to deploy on Prod/Cob pipelines
pending feedback
M
Maroon Lamprey
Allowing only specific versions of services to deploy on Prod/Cob pipelines. This would help us to control deployments on production. Something that could help us mark specific versions eligible for deployment on Prod/Cob.
Log In
a
abhijit.pujare
marked this post as
pending feedback
a
abhijit.pujare
Have you considered writing an OPA policy for the pipelines. You can take a look at some of the documentation here: https://developer.harness.io/docs/platform/governance/policy-as-code/sample-policy-use-case#prevent-other-developers-from-deploying-into-a-non-compliant-environment and write a rego policy similar to that to enforce that only specific services are deployed to specific pipelines.