-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[All Beats] Keystore add
hangs under Windows
#18649
Comments
Pinging @elastic/integrations (Team:Integrations) |
Seems caused by golang/go#36609 |
Keystore add
hangs under Windows
A workaround is to use the |
This addresses a problem with crypto/ssh/terminal used as secure input under Windows. Fixes elastic#18649
Using old and keystore (from version 7.6.2) and copying into the 7.7 installation also works :) |
This addresses a problem with crypto/ssh/terminal used as secure input under Windows. Fixes #18649
This addresses a problem with crypto/ssh/terminal used as secure input under Windows. Fixes elastic#18649 (cherry picked from commit 2c90b6a)
This addresses a problem with crypto/ssh/terminal used as secure input under Windows. Fixes elastic#18649 (cherry picked from commit 2c90b6a)
This addresses a problem with crypto/ssh/terminal used as secure input under Windows. Fixes elastic#18649 (cherry picked from commit 2c90b6a)
I just encountered this today. While the stdin option allows you to get past the locked prompt it does not seem to have entered the correct value for the variable I was storing. Not sure of a way to verify, but I am stuck unless I hard code a password now. |
Hi @hueyg , This is fixed in version 7.7.1. If for whatever reason you don't want to upgrade, you can use 7.7.1 to create the keystore and then use the keystore file on an older version. But afaik this problem only affected 7.7.0 so I don't see an issue with upgrading. |
This addresses a problem with crypto/ssh/terminal used as secure input under Windows. Fixes elastic#18649 (cherry picked from commit cfccf22)
Please include configurations and logs if available.
For confirmed bugs, please report:
Version: 7.7.0...master
Operating System: Windows
Discuss Forum URL: n/a
Steps to Reproduce:
beatname keystore add ES_PWD
y
to create a keystoreThe Beat seems stuck at some point. It can be killed by CTRL+C.
Reproduced in CMD.exe / Powershell and Windows 2012 - 2019
Works fine in 7.6.2
The text was updated successfully, but these errors were encountered: