Stop redirecting stderr when calling credential_process #2090
Labels
feature-request
This issue requests a feature.
needs-triage
This issue or PR still needs to be triaged.
Is your feature request related to a problem? Please describe.
Currently, when resolving credentials using a
credential_process
you read both stdout and stderr. This means that thecredential_process
itself has no way of communicating with the user, which would be very useful to e.g. request user input (passwords, MFA tokens etc) or simply to provide debug logging.Describe the solution you'd like
I would like remove the redirection of stderr and let the
credential_process
communicate directly to the user via the console, which is exactly whats done in v1 and v2 of the AWS SDK for Go.The text was updated successfully, but these errors were encountered: