Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Version 1.0.0.0

Compare
Choose a tag to compare
@NihalHarish NihalHarish released this 21 Jun 00:24
· 29 commits to master since this release

2019-06-21, Version 1.0.0.0

  • New configuration syntax

  • Streamlined the YAML configuration file syntax and added a migration feature to securityadmin.sh to help you move from the old file format to the new format.

  • Request bodies for calls to the REST API are also slightly different.

  • Static default roles

  • Previously, all roles were dynamically configured and stored in the Security plugin configuration index, including default roles such as kibana_read_only and logstash

  • Now, all default roles are static, so permission changes to these roles are automatically applied when you upgrade Open Distro for Elasticsearch.

  • New LDAP/Active Directory module

  • We’ve added a new version of the LDAP/Active Directory module that supports querying multiple userbases/rolebases and more sophisticated connection pooling.

  • It replaces the existing module and is fully backward-compatible.

PRs:
#11
Algorithm is not mandatory for the key material, so we set it to the same as the JWT. Thanks MichelZ@ for contribution.

#16