You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
abuses the credentials-binding plugin for this purpose, but that will not work in all cases. I am hoping jenkinsci/credentials-plugin#293 will allow this to be solved cleanly.
The text was updated successfully, but these errors were encountered:
In order to generate a proper JWT
conjur-credentials-plugin/src/main/java/org/conjur/jenkins/jwtauth/impl/JwtToken.java
Lines 131 to 133 in 86da1cc
conjur-credentials-plugin/src/main/java/org/conjur/jenkins/credentials/ConjurCredentialProvider.java
Lines 56 to 57 in 86da1cc
CredentialsProvider.findCredentialById
passes aJob
but not aRun
to an implementation.conjur-credentials-plugin/src/main/java/org/conjur/jenkins/conjursecrets/ConjurSecretCredentialsBinding.java
Lines 61 to 62 in 86da1cc
credentials-binding
plugin for this purpose, but that will not work in all cases. I am hoping jenkinsci/credentials-plugin#293 will allow this to be solved cleanly.The text was updated successfully, but these errors were encountered: