How to request for the crumb issuer for Jenkins

前端 未结 8 1261
孤城傲影
孤城傲影 2020-12-08 05:09

I want to use the Jenkins Remote API, and I am looking for safe solution. I came across Prevent Cross Site Request Forgery exploits and I want to use it, but I

8条回答
  •  情歌与酒
    2020-12-08 05:41

    Meanwhile you can generate an API token in order to prevent having to include your password in the source code provided by the solutions above:

    https://wiki.jenkins.io/display/JENKINS/Authenticating+scripted+clients

提交回复
热议问题