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

credential_process launch does not connect stderr #3057

Closed
bwalding opened this issue Dec 23, 2017 · 1 comment
Closed

credential_process launch does not connect stderr #3057

bwalding opened this issue Dec 23, 2017 · 1 comment

Comments

@bwalding
Copy link

CLI: aws-cli/1.14.10 Python/3.6.4 Darwin/17.3.0 botocore/1.8.14

When the aws CLI launches a credential_process that writes to stderr, that stderr data is never displayed.

In our case, the stderr is prompting for the MFA details to be entered.

Thankfully stdin is mapped correctly - and if I know that I'm waiting on MFA I can enter it and the process completes successfully.

What I'd hope for - stderr is passed from the credential_process to the stderr on the aws CLI process.

@bwalding
Copy link
Author

Found the code that causes this - inside botocore - will go and reraise there!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant