Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
2.11.0
Describe the issue :
Is this functionality available in opensearch 2.11.0 version? as per the release notes its available only 2.15 however is it backforted? Please confirm.
Configuration :
We need the document to implement this change.
Relevant Logs or Screenshots :
pablo
August 21, 2024, 12:45pm
2
@Jebastin Could you share the exact link you’re referring to?
Actually looking of this feature which is released in 2.15 version in opensearch
opensearch-project:main
← cwperks:unset-keystore-password
opened 04:40PM - 22 Mar 24 UTC
### Description
When using an [opensearch keystore](https://opensearch.org/do… cs/latest/security/configuration/opensearch-keystore/) for secure settings, its not possible to pass the keystores password through an env variable when starting the OpenSearch process with `./bin/opensearch`. The user is always prompted to enter the keystore password before the process starts up.
This PR allows `KEYSTORE_PASSWORD` to be set in the environment to skip being prompted to enter the password on startup.
### Related Issues
- https://github.com/opensearch-project/OpenSearch/issues/12312
### Check List
- [x] New functionality includes testing.
- [x] All tests pass
- [x] New functionality has been documented.
- [x] New functionality has javadoc added
- [x] Failing checks are inspected and point to the corresponding known issue(s) (See: [Troubleshooting Failing Builds](../blob/main/CONTRIBUTING.md#troubleshooting-failing-builds))
- [x] Commits are signed per the DCO using --signoff
- [x] Commit changes are listed out in CHANGELOG.md file (See: [Changelog](../blob/main/CONTRIBUTING.md#changelog))
- [x] Public documentation issue/PR [created](https://github.com/opensearch-project/documentation-website/issues/new/choose)
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check [here](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin).
however we are planning to upgrade 2.11.0 is that feasible?
pablo
August 21, 2024, 1:18pm
4
@Jebastin According to this pull request it was backported in March.
opensearch-project:2.x
← cwperks:backport-12865-to-2.x
opened 06:58PM - 27 Mar 24 UTC
pablo
August 21, 2024, 1:19pm
5
@Jebastin You could also try running a single node cluster and checking if the feature is available in your target version.
Does that mean its available in 2.11.0 version? please confirm. we tried upgrading it didn’t work. Please do let us know.