Hi,
First of all, thanks for the good work to anyone who has contributed to this plugin. It has helped us immensely!
We've now run the plugin as the key part of our Beanstalk deployment workflow for some time now. Now I'd like to tighten up security a bit, and start requiring multi factor authentication when using AWS APIs.
My first idea was to create a new session using AWS cli, put the credentials to environment variables and the have Beanstalker use them in pom. However, whereas getting temporary credentials using the AWS cli works fine, I've hit two problems when trying to use these with the plugin:
- Specifying access and secret key in places other than settings.xml does not seem to work, has this been deprecated?
- There doesn't seem to be a way of submitting the session token along with the temporary keys, is this something that could in principle be added?
Any pointers would be appreciated!
Best Regards,
Santeri Korri