Jesse Glick
Jesse Glick
#403
https://github.com/jenkinsci/google-compute-engine-plugin#installation is just wrong. The plugin should be obtained from the Jenkins update center like any other.
I also noticed that none of the Google-provided free Linux images install a JRE by default. I settled on using Packer to publish an image to my own project: ```hcl...
_Sketch_ of a more general solution: https://github.com/jenkinsci/workflow-durable-task-step-plugin/pull/180
> Documentation said that his is supposed to be working What specifically said this was supposed to be working? I am not aware of anything that would automatically set such...
Not sure I follow the use case. Why not just define one credentials item for AWS and one for Vault?
Would have to think about the implications. BTW “job administrators” can be permitted to define credentials at folder level.
Well the simplest would be ```diff diff --git src/main/java/io/jenkins/plugins/oidc_provider/Keys.java src/main/java/io/jenkins/plugins/oidc_provider/Keys.java index 68125cb..16cf0ff 100644 --- src/main/java/io/jenkins/plugins/oidc_provider/Keys.java +++ src/main/java/io/jenkins/plugins/oidc_provider/Keys.java @@ -69,10 +69,6 @@ import org.kohsuke.stapler.StaplerRequest; // compare https://github.com/jenkinsci/blueocean-plugin/blob/1f92e1624287e7588fc89aa5ce4e4147dd00f3d7/blueocean-jwt/src/main/java/io/jenkins/blueocean/auth/jwt/SigningPublicKey.java#L45-L52 JSONArray keys = new...
Thanks! I am pretty busy so I cannot promise to review this promptly but I will get to it when I can.
Still have not had time to review I am afraid—too many things to juggle!