aws-vault icon indicating copy to clipboard operation
aws-vault copied to clipboard

`credential_process` is incompatible with terminal prompt

Open JimDabell opened this issue 2 years ago • 0 comments

--prompt=terminal writes the prompt to stderr, as seen in #417, but credential_process swallows everything written to stderr. So if you are using credential_process and MFA, aws commands appear to hang.

Perhaps the solution is to write the prompt to /dev/tty instead, as suggested by @gdamjan here?

JimDabell avatar Aug 27 '22 07:08 JimDabell