Singularity icon indicating copy to clipboard operation
Singularity copied to clipboard

singularity doesnt support aws IAM credentials

Open jaredstehler opened this issue 8 years ago • 1 comments

using aws-java-sdk rather than jets3t would allow singularity to use aws IAM credentials and not have to specify access and secret keys in config files. I can put together a PR unless there's an overarching reason to not be using the standard sdk?

jaredstehler avatar Aug 18 '16 02:08 jaredstehler

We've moved over to aws-sdk-java now. Feel free to PR different credentials providers. Right now it's still just using the BasicAWSCredentials and pulling in the key/secret from the configuration

ssalinas avatar Mar 20 '17 14:03 ssalinas