Releases: opendistro-for-elasticsearch/deprecated-security-advanced-modules
Version 0.9.0.1
- Improvements to Opendistro-For-Elasticsearch Security 0.9.0.0
- Elasticsearch version target: oss-6.7.1
Version 1.0.0.1
- Nit fixes from previous version
Version 1.0.0.0
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
andlogstash
-
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.
Version 0.9.0.0
- Support for Elasticsearch 6.7
Version 0.8.0.0
- Added support for Elasticsearch release version 6.6.2
New minor version v0.7.0.1
Release Notes:
security-parent
- Fixed git repo URLs in pom.xml
security-ssl:
- Fixed git repo URLs in pom.xml
- Handle overridden Transport channels.
security
- Fixed git repo URLs in pom.xml
- Handle overridden Transport channels.
- Fixed "opendistro_security.advanced_modules_enabled" configuration parameter
- Fixed sample configuration and UTs
security-advanced-modules
- Fixed git repo URLs in pom.xml
- Minor config fixes
security-kibana-plugin
- Fixed kibana tenant migration issue
- Fixed saml logout URL ${APP_ROOT}/opendistro_security/saml/logout to ${APP_ROOT}/_opendistro/_security/saml/logout
- Fixed build.sh script, package.json and pom.xml with correct github URLs.
Initial launch of security-advanced-modules for opendistro-for-elasticsearch
Initial launch of security-advanced-modules for opendistro-for-elasticsearch