How to Integrate Google Cloud Secret Manager With Jenkins

Sdílet
Vložit
  • čas přidán 7. 07. 2024
  • Need help with your Jenkins questions?
    Visit community.jenkins.io/c/using-...
    Timecodes ⏱:
    00:00 Introduction
    00:07 Overview
    00:31 Starting point
    00:41 Install GCP Secrets Manager Credentials Provider plugin
    01:07 Create a Google Cloud project
    01:57 Create a Service Account
    03:42 Configure the plugin
    05:01 Update the Jenkins sysconfig file
    11:25 Enable Secret Manager
    12:02 Create a secret in Secret Manager
    14:03 Run sample Jenkinsfile that accesses new credential
    15:32 Why should you use Google Cloud Secret Manager?
    #jenkinstutorial #gcp
    Information referenced in this video:
    Jenkins LTS 2.319.1
    www.jenkins.io/changelog-stab...
    CloudBees on Twitter:
    / cloudbees
    Darin on Twitter:
    / darinpope
  • Věda a technologie

Komentáře • 1

  • @anshuman2121
    @anshuman2121 Před 2 lety +1

    Hey, Great video again! One out-of-context question. I have seen in one of the projects that when anyone creates a new repo or new branch and puts a Jenkinsfile file on it. Jenkins automatically scans and creates a pipeline for it and triggers it. Any idea how it was implemented?