-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
#1348 - map subprocess stderr to caller stderr #1349
Conversation
Can you share the motivation for this PR? The stderr is included in the exception that's raised, I'm a little hesitant to change this without a good reason. |
Linking the issue for the requested info on motivation... #1348 |
@jamesls Need anything more on this one? It would really help if we could see MFA prompts when using credential_process, and such prompts seem to be often passed through stderr... |
@jamesls @JordonPhillips Another use case where stderr getting swallowed makes it much harder to process MFA prompts (particularly when called via |
Plus one to this. I just wrote a similar patchset for this before checking the PRs, after spending several hours writing something similar to segment's My patchset checks if |
FWIW AWS libraries in other languages already do this: |
Can we please merge this PR? This is literally breaking pretty much all of the tooling that needs to request more details before providing credentials. If there's anything that still needs to be done I'm happy to volunteer. |
Closing because this problem doesn't impact me any more (and having it in my dashboard was becoming irksome) - if someone else wants to clone it - please do. |
No description provided.