On Thu, Apr 4, 2019 at 10:26 AM Chris Kilding <[email protected]> wrote: > We looked around for a Jenkins Credentials Provider plugin to do this, but we > could not find one, so we’ve written one.
Great! This has been missing for a while. > what kind of features you’d like to see it support Without knowing much about this AWS feature, I would say that at a high level it should work similarly to the `kubernetes-credentials-provider` plugin which make K8s `Secret`s available as Jenkins credentials. That plugin uses annotations to allow Jenkins-specific bindings to be made without needing any particular configuration on the Jenkins side, making it easier to tear down and recreate a Jenkins service. > We’re initially thinking it should be a Github repo under the ‘jenkinsci’ or > ‘aws’ organisations It would make sense under @jenkinsci I think. https://wiki.jenkins.io/display/JENKINS/Hosting+Plugins Regarding relationships to existing Jenkins plugins, you can integrate with `aws-global-configuration` if some Jenkins configuration is necessary. Check whether there is some overlap with `aws-parameter-store`. I believe it is independent of `aws-credentials`, and likely no integration would be needed since for this use case you would normally just use an EC2 instance account if I get it right. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr3EDtC3zqwiEHEu%2BHQaXjsAhC201rPFfnasvSBTvpvfFw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
