-
New Feature
-
Resolution: Fixed
-
Minor
-
None
It would be nice to integrate http request plugin with the Credentials Api instead of using its own credential store. The Credentials plugin is already used by a lot of other plugins and is a secure way of storing credentials on the Master or Folder level.
https://wiki.jenkins-ci.org/display/JENKINS/Credentials+Plugin
- is duplicated by
-
JENKINS-37109 Ability to use Credentials for Basic/Digest Authentications
-
- Closed
-
- relates to
-
JENKINS-44658 Add folder-level Credentials support
-
- Closed
-
Code changed in jenkins
User: Janario Oliveira
Path:
pom.xml
src/main/java/jenkins/plugins/http_request/HttpRequest.java
src/main/java/jenkins/plugins/http_request/HttpRequestExecution.java
src/main/java/jenkins/plugins/http_request/HttpRequestGlobalConfig.java
src/main/java/jenkins/plugins/http_request/HttpRequestStep.java
src/main/java/jenkins/plugins/http_request/auth/BasicDigestAuthentication.java
src/main/java/jenkins/plugins/http_request/auth/CredentialBasicAuthentication.java
src/main/java/jenkins/plugins/http_request/auth/FormAuthentication.java
src/main/resources/jenkins/plugins/http_request/HttpRequestGlobalConfig/config.jelly
src/test/java/jenkins/plugins/http_request/HttpRequestStepTest.java
src/test/java/jenkins/plugins/http_request/HttpRequestTest.java
src/test/java/jenkins/plugins/http_request/HttpRequestTestBase.java
http://jenkins-ci.org/commit/http-request-plugin/5d0dad25efc23b5c630c47b7f0b31c6cf1ea1aa1
Log:
JENKINS-36760- Added suport to use Jenkins Credentials. Deprecated old basic credentials