Commit 4a33c9cb authored by Sami Wagiaalla's avatar Sami Wagiaalla

Add SharedCredentials Provider to AWS

This will allows authentication with the AWS API using the ~/.aws/credentials file which is created by runnign 'aws configure' on a node. Signed-off-by: 's avatarSami Wagiaalla <swagiaal@redhat.com>
parent cb2252b5
......@@ -475,6 +475,7 @@ func init() {
[]credentials.Provider{
&credentials.EnvProvider{},
&credentials.EC2RoleProvider{},
&credentials.SharedCredentialsProvider{},
})
aws := &awsSDKProvider{creds: creds}
return newAWSCloud(config, aws)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment