Skip to content
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

Feature Request: Support passing AWS SessionToken for pre-assumed role #92

Open
cydergoth opened this issue Sep 27, 2018 · 0 comments
Open

Comments

@cydergoth
Copy link

We have a use case where we need to pass a pre-assumed role to a this plugin as the role uses MFA.

These MFA roles are used during dev/testing and not in production where InstanceProfile roles are used.

At line https://github.com/rundeck-plugins/rundeck-ec2-nodes-plugin/blob/master/src/main/java/com/dtolabs/rundeck/plugin/resources/ec2/EC2ResourceModelSource.java#L179 only the secretAccessKey and accessKeyId are passed in, preventing us from passing the required sessionToken for the role.

We can't use the existing STS assume-role functionality built into the plugin because of the MFA requirement.

Please provide a a property to pass in this extra property.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant