-
Notifications
You must be signed in to change notification settings - Fork 254
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
Provide full paths when verifying contents of keystore #2870
base: main
Are you sure you want to change the base?
Conversation
…elastic#2798) (cherry picked from commit 34a6c7b) Co-authored-by: István Zoltán Szabó <istvan.szabo@elastic.co>
(cherry picked from commit b6cb7ca) Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
(cherry picked from commit 068e461) Co-authored-by: István Zoltán Szabó <istvan.szabo@elastic.co>
…astic#2827) (cherry picked from commit 1354034) Co-authored-by: István Zoltán Szabó <istvan.szabo@elastic.co>
…docs. (elastic#2828) (elastic#2829) (cherry picked from commit 04632d2) Co-authored-by: István Zoltán Szabó <istvan.szabo@elastic.co>
* [DOCS] Changes trained model UI screenshot. * [DOCS] Further edits. (cherry picked from commit b2f576c) Co-authored-by: István Zoltán Szabó <istvan.szabo@elastic.co>
(cherry picked from commit a52fc2a) Co-authored-by: István Zoltán Szabó <istvan.szabo@elastic.co>
(cherry picked from commit 4e34d07) Co-authored-by: István Zoltán Szabó <istvan.szabo@elastic.co>
* Improves trained model autoscaling docs. * Fixes typo in autoscaling docs. (cherry picked from commit 6f34f30) Co-authored-by: István Zoltán Szabó <istvan.szabo@elastic.co>
Updates check of keystore with sudo and full paths to the keytool and the keystore file.
💚 CLA has been signed |
A documentation preview will be available soon. Request a new doc build by commenting
If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here. |
run docs-build |
(cherry picked from commit dd4cc37) Co-authored-by: kosabogi <105062005+kosabogi@users.noreply.github.com>
run docs-build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as mentioned above
This pull request is now in conflict. Could you fix it @auslaner? 🙏
|
This pull request does not have a backport label. Could you fix it @auslaner? 🙏
|
Remove extra lines
Updates check of keystore with sudo and full paths to the keytool and the keystore file.
This change seems to make things more consistent with the previous commands. Also if you try this command without sudo included, the user may get the error
Keystore file does not exist
which is confusing. The previous command includes sudo so it makes sense to include it here as well.