Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

remove implicit dependency on ~/.aws/credentials #20

Closed
wants to merge 1 commit into from

Conversation

git-phu
Copy link

@git-phu git-phu commented Apr 12, 2018

Issue #16

with this change awsprocesscreds no longer needs a default profile with
access keys present in ~/.aws/credentials in order to run

this allows your default profile to use awsprocesscreds instead of
access keys

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

with this change awsprocesscreds no longer needs a default profile with
access keys present in ~/.aws/credentials in order to run

this allows your default profile to use awsprocesscreds instead of
access keys
@codecov-io
Copy link

Codecov Report

Merging #20 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #20   +/-   ##
=======================================
  Coverage   98.09%   98.09%           
=======================================
  Files           5        5           
  Lines         315      315           
  Branches       42       42           
=======================================
  Hits          309      309           
  Misses          3        3           
  Partials        3        3
Impacted Files Coverage Δ
awsprocesscreds/saml.py 100% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update af46070...1b3c624. Read the comment docs.

@JordonPhillips
Copy link
Contributor

Thanks for the PR! This helped me to realize what was going on. While this would work, I think the proper solution is to fix the root issue in botocore itself. I created an issue in the botocore repo to track that: boto/botocore#1472

@git-phu
Copy link
Author

git-phu commented Jun 5, 2018

awesome, sounds good!

@joshk0 joshk0 deleted the no_boto_password_promt branch July 7, 2019 23:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants