-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support AWS credentials #237
Comments
This is tangentially related to #236 In that PR I'm adding support to let the plugin authenticate with AWS using a static key pair, supplied inline in Jenkins config. (This is to help users who want to use the plugin, but who only have administrative control of Jenkins - and not the box it's running on.) There were 2 options for supplying the key pair:
Given the presence of this request I think approach (1) is now definitely out of the question; if the plugin supplied |
As suggested here: jenkinsci#237
As suggested here: jenkinsci#237
Hi Team! Thank you for raising the issue! Is there a timeframe or deadline to add this enhancement? I'm looking forward to this so much! |
What feature do you want to see added?
Support the AWS credential type from https://github.com/jenkinsci/aws-credentials-plugin so we can specify a role, MFA, etc.. Maybe these can be additional tags such as
jenkins:credentials:assume_role
,jenkins:credentials:mfa_arn
, etc.Upstream changes
No response
The text was updated successfully, but these errors were encountered: