mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
- The authentication service now exposes a token() method to extract the token from the message - The AuthenticationService#authenticate now accepts the token (extracted using the AuthenticationService#token) - The Realm now exposes a support(AuthenticationToken) method - The authc service will now consult all the realms that support a specific token, and the first realm that successfully authenticate will "win". - Removed the SecurityActionFilter class - it wasn't tested or used anywhere. We'll add a new action filter in a separate commit Original commit: elastic/x-pack-elasticsearch@e4dd36175f
= 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%