[Identity] Suppress stdin for subprocess-based creds#31534
[Identity] Suppress stdin for subprocess-based creds#31534pvaneck merged 1 commit intoAzure:mainfrom
Conversation
|
API change check API changes are not detected in this pull request. |
348c2ac to
dec6849
Compare
In some cases, the underyling executable being called hangs waiting for user input. When calling the executables we should just ignore stdin. Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
dec6849 to
9e1d5e0
Compare
|
Do other languages also need this? |
I am not certain on the stdin behavior in other languages. but I did bring this up to the group a few weeks back. I know an issue about this was already opened in the Java repo. I can verify and open issues with other languages if the issue is recreatable. |
We already have an issue for this in .NET also Azure/azure-sdk-for-net#32993 |
|
Checked JS/Go and they don't appear to hang for stdin when auto-upgrade is enabled for |
In some cases, the underyling executable being called hangs waiting for user input. When calling the executables we can ignore stdin.
Closes: #31493