-
Notifications
You must be signed in to change notification settings - Fork 569
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
[#895] Changed default behaviour for credential-process #896
[#895] Changed default behaviour for credential-process #896
Conversation
…and will no longer save to ~/.aws/credentials
Relates to #895 |
Hi, will this change ensure auto-updating of .aws/credential file? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@BEllis Do you mind taking a look at this and fixing the conflicts?
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #896 +/- ##
==========================================
- Coverage 39.72% 39.72% -0.01%
==========================================
Files 53 53
Lines 8027 8068 +41
==========================================
+ Hits 3189 3205 +16
- Misses 4411 4431 +20
- Partials 427 432 +5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Ooof! If we merge this, the build will fail due to reduce code coverage. Mind rolling a few tests? |
Fixing saved credential issue for --credential-process introduced by #896
--credential-process now implicitly sets quiet and skip-prompt and will no longer save to ~/.aws/credentials
This prevents the need to set --quiet --skip-prompt and --credentials-file arguments for awscli to work correctly with saml2aws as credentials provider.