We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: