-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Move kibana.keystore to the configuration directory #25746
Comments
Pinging @elastic/kibana-security |
/cc @elastic/kibana-operations since this is technically dealing with the distro packages it seems more inline with operations responsibilities, do you agree? |
👍 We need to add a |
This is a breaking change to move the location of kibana-keystore. Keystores in other stack products live in the config directory, so this updates our current path to be consistent. Closes elastic#25746
Move to config directory, fall back to default data directory location to prevent a break in the minor. This fallback should not be present in 8.0. |
* Move kibana-keystore from data/ to config/ This is a breaking change to move the location of kibana-keystore. Keystores in other stack products live in the config directory, so this updates our current path to be consistent. Closes #25746 * add breaking changes * update comment * wip * fix docs * read from both keystore locations, write priority to non-deprecated * note data directory fallback * add tests for get_keystore Co-authored-by: Elastic Machine <[email protected]>
* Move kibana-keystore from data/ to config/ This is a breaking change to move the location of kibana-keystore. Keystores in other stack products live in the config directory, so this updates our current path to be consistent. Closes #25746 * add breaking changes * update comment * wip * fix docs * read from both keystore locations, write priority to non-deprecated * note data directory fallback * add tests for get_keystore Co-authored-by: Elastic Machine <[email protected]>
Describe the feature:
kibana.keystore
resides indata
for tar/zip installations and/var/lib/kibana
for package installations. Movekibana.keystore
toconfig
for tar/zip installations and/etc/kibana
for package installations. It would be a breaking change for existing installations usingkibana.keystore
.Describe a specific use case for the feature:
This would make the keystore location consistent with Elasticsearch.
The text was updated successfully, but these errors were encountered: