Skip to content

credential_process should connect subprocess stderr to caller stderr #1348

@bwalding

Description

@bwalding

When the botocore is configured to use a credential_process to acquire AWS credentials, the sub-process stderr is never sent to the user.

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

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    cross-sdkenhancementThis issue requests an improvement to a current feature.feature-requestThis issue requests a feature.p2This is a standard priority issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions