hubcio opened a new pull request, #3084: URL: https://github.com/apache/iggy/pull/3084
passterm 2.0.6 broke the non-tty password fallback path. prompt_password_stdin now calls tcsetattr on STDIN_FILENO to disable echo, which fails with ENOTTY when stdin is piped. Replaced with direct stdin read_line, stripping only line terminators to match passterm's strip_newline behavior and preserve trailing whitespace in passwords. - hwlocality: 1.0.0-alpha.11 -> 1.0.0-alpha.12 - passterm: =2.0.1 -> 2.0.6 (exact pin removed) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
