OpenSearch Common Utils is focused on providing reusable Java components for OpenSearch plugins.
This library is composed of following parts:
SecureRestClientBuilder
- provides methods to create secure low-level and high-level REST client. This is useful to make secure REST calls to OpenSearch or other plugin APIs.InjectSecurity
- provides methods to inject user or roles. This is useful for running background jobs securely.IntegTestsWithSecurity
- provides methods to create users, roles for running integration tests with security plugin.- Shared request/response/action classes used for plugin to plugin transport layer calls.
- Any common functionality across OpenSearch plugins could be moved to this.
See developer guide and how to contribute to this project.
If you find a bug, or have a feature request, please don't hesitate to open an issue in this repository.
For more information, see project website and documentation. If you need help and are unsure where to open an issue, try forums.
This project has adopted the Amazon Open Source Code of Conduct. For more information see the Code of Conduct FAQ, or contact [email protected] with any additional questions or comments.
If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security via our vulnerability reporting page. Please do not create a public GitHub issue.
This project is licensed under the Apache v2.0 License.
Copyright OpenSearch Contributors. See NOTICE for details.