We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CLI: aws-cli/1.14.10 Python/3.6.4 Darwin/17.3.0 botocore/1.8.14
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.
aws
stderr
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.
stdin
What I'd hope for - stderr is passed from the credential_process to the stderr on the aws CLI process.
The text was updated successfully, but these errors were encountered:
Found the code that causes this - inside botocore - will go and reraise there!
Sorry, something went wrong.
feat: enable Go build image (aws#3057)
47be232
Co-authored-by: Ahmed Elbayaa <[email protected]> Co-authored-by: Tarun <[email protected]> Co-authored-by: Sriram Madapusi Vasudevan <[email protected]>
No branches or pull requests
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 tostderr
, thatstderr
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 theaws
CLI process.The text was updated successfully, but these errors were encountered: