Why You Need Secrets Management in Your Jenkins Pipeline

Originally published at: Why You Need Secrets Management in Your Jenkins Pipeline - Conjur

Jenkins is a versatile platform for implementing continuous integration and continuous delivery (CI/CD) processes to develop applications. Using plugins, Jenkins supports over 1800 products. Most of these tools require credentials to access the application’s code or access the resources on which you deploy an application. There are several problems with credentials. Since credentials protect precious…