Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not A Defect
-
None
-
Jenkins ver. 1.642.1 (LTS version)
Credential plugin 1.24 (same with 1.18)
Debian 8 64bits
Tomcat 8.0.29
OpenJDK 64-Bit Server VM (build 25.72-b05, mixed mode)
Description
Hello,
We are using Jenkins with LDAP access control and Project-based Matrix Authorization Strategy.
So user can defined User Credentials.
However User Credentials are not listed in the list of credentials in my job, only system credentials are displayed (for instance when selecting GIT credentials to access Bitbucket).
We tried User Global and Domain Credential with the same negative result.
It is a fresh Jenkins install.
The configuration looks OK, I am admin and I have all the rights activated at system and job level.
I tested with various web browsers and got the same result.
Some related unanswered questions I found:
Attachments
Issue Links
- is related to
-
JENKINS-35081 Separate authorization configuration page
-
- Closed
-
-
JENKINS-35081 Separate authorization configuration page
-
- Closed
-
Really this is an issue in the individual plugins that provide the credentials drop down selector. They need to be build authentication aware. Currently they cannot be build authentication aware as that information is currently subject to change on the screen where they are being configured. When
JENKINS-35081is implemented the plugins would then be able to correctly infer the build authentication and then display the user credentials in those cases where the job runs as user.As such, this is not an issue with the credentials plugin rather at best this is a series of issues with credential consuming plugins.
Marking this issue as not a defect on that basis