Skip to content
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

keystore command take --stdin as key #15724

Closed
kaisecheng opened this issue Dec 22, 2023 · 0 comments · Fixed by #15737
Closed

keystore command take --stdin as key #15724

kaisecheng opened this issue Dec 22, 2023 · 0 comments · Fixed by #15737
Assignees
Labels

Comments

@kaisecheng
Copy link
Contributor

kaisecheng commented Dec 22, 2023

Version 8.12
Relates:
#15612
elastic/cloud-on-k8s#7411

Since logstash-keystore command supports multiple key, it has broken the following command in ECK

echo 'y' | /usr/share/logstash/bin/logstash-keystore add HELLO --stdin < HELLO

as logstash-keystore takes --stdin as the second key

The workaround in ECK is to remove --stdin, but Logstash in ECK 2.4 will break Logstash 8.12+

/cc @edmocosta

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants