TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Is Compliance at odds with Continuous Delivery?

3 pointsby micah_chattabout 8 years ago
Every DevOps&#x2F;SRE&#x2F;microservice article or book I&#x27;ve read makes the assumption that CI&#x2F;CD and developer-driven deployments is the way to to go. My SaaS startup is preparing for a SOC2 audit, and a more Waterfall-minded manager is insisting (after going through two SOC2 audits at previous organizations) that production deployments for our core product must:<p>* every corresponding task must be in the &quot;closed&quot; state in JIRA<p>* be signed-off by the manager<p>* only DevOps engineers should be able to hit &quot;deploy&quot;<p>* deployments are only every 2 weeks.<p>How can this be the case, since we have proper controls like<p>* Pull Requests must pass tests to be merged<p>* Code review is performed with references to JIRA tickets on every commit&#x2F;branch<p>* QA is performed in a staging environment<p>* Deployments&#x2F;Rollbacks are automated and logged.<p>In short, shouldn&#x27;t developers (or at least senior developers) be able to push deployment updates on their own?

no comments

no comments