You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When sourcing credentials from an external process, ignore stderr (#828)
**Issue:**
If the external process logged to stderr during a normal successful run, the credentials would fail to parse
**Description of changes:**
Update submodules, latest version of aws-c-auth contains the fix, see: awslabs/aws-c-auth#250
```
aws-c-cal v0.7.3 -> v0.7.4
aws-c-auth v0.7.25 -> v0.7.29
```
0 commit comments