Singularity
Singularity copied to clipboard
singularity doesnt support aws IAM credentials
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?
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