Skip to content
New issue

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

Fix s3 using IAM credentials #26346

Merged
merged 1 commit into from Aug 15, 2015
Merged

Conversation

TronPaul
Copy link
Contributor

Pass salt.utils.aws.IROLE_CODE as the access_key and secret_key to salt.utils.aws.sig4 so that sig4 grabs the full IAM credentials when it calls salt.utils.aws.creds.

Tested manually on my ec2 nodes. Fixes #26345.

- pass `salt.utils.aws.IROLE_CODE` as the access_key and secret_key
  to `salt.utils.aws.sig4` so that sig4 grabs the full IAM
  credentials when it calls `creds`
techhat added a commit that referenced this pull request Aug 15, 2015
@techhat techhat merged commit acf450e into saltstack:2015.8 Aug 15, 2015
@TronPaul TronPaul deleted the s3-sec-token branch August 16, 2015 04:52
@jfindlay jfindlay added Minor Change RIoT Relates to integration with cloud providers, hypervisors, API-based services, etc. labels Aug 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RIoT Relates to integration with cloud providers, hypervisors, API-based services, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants