Back to Browse

How to inject credentials in Jenkins using Hashicorp vault

11.6K views
Apr 6, 2021
6:56

#jenkins #pipeline #hashicorp #vault #injectcredentials #credentials #devops #fun #videos This video will help you to get the secrets from Hashicorp vault to Jenkins pipeline Jenkins and Hashicorp containers are running on https://labs.play-with-docker.com/ Command used to create hashicorp vault container: docker run -d -v vault_home:/var -p 1234:1234 --cap-add=IPC_LOCK -e 'VAULT_DEV_ROOT_TOKEN_ID=myroot' -e 'VAULT_DEV_LISTEN_ADDRESS=0.0.0.0:1234' vault Command used to create Jenkins container: docker run -d -v jenkins_home:/var/jenkins_home -p 8080:8080 -p 50000:50000 jenkins/jenkins:lts

Download

0 formats

No download links available.

How to inject credentials in Jenkins using Hashicorp vault | NatokHD