mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 01:19:02 +00:00
- Removed `AuthorizationException` and `AuthenticationException`, both were replaced by the std `ElasticsearchSecurityException`. - Added utility class `Exceptions` to help create authorization/authentication exceptions. - Added a utility class `ShieldTestsUtils` that provides methods for asserting authentication/authorization exceptions Original commit: elastic/x-pack-elasticsearch@b59360ebc7
= Elasticsearch Security Plugin This plugins adds security features to elasticsearch You can build the plugin with `mvn package`. The documentation is put in the `docs/` directory.
Description
Languages
Java
99.5%
Groovy
0.4%