A CI/CD pipeline automates your software delivery process. The pipeline builds code, runs tests (CI), and safely deploys a new version of the application (CD).
Automated pipelines remove manual errors, provide standardized feedback loops to developers, and enable fast product iterations to keep up with the modern pace of software development. This blog provides steps to automatically begin this in pre-production releases.
Before approaching API security, the biggest question we need to ask ourselves is “What is our process for discovering new or changed APIs or microservices? Can we comfortably say we know where all our APIs are?