Releases: opensearch-project/security-dashboards-plugin
Version 1.0.0.3
v1.0.0.3
-- Fixed tenant migration issue: https://github.com/opendistro-for-elasticsearch/security-kibana-plugin/pull/52
Version 0.10.0.0
- Support For Kibana 6.8
- Fixed kibana tenant migration issue (https://github.com/opendistro-for-elasticsearch/security-kibana-plugin/pull/52)
- Pass whitelisted headers from kibana to elasticsearch (https://github.com/opendistro-for-elasticsearch/security-kibana-plugin/pull/35)
Version 0.9.0.2
Version 0.9.0.2
- Fixed kibana tenant migration issue (https://github.com/opendistro-for-elasticsearch/security-kibana-plugin/pull/52)
- Pass whitelisted headers from kibana to elasticsearch (https://github.com/opendistro-for-elasticsearch/security-kibana-plugin/pull/35)
Version 0.9.0.1
- Improvements to Opendistro-For-Elasticsearch Security-Kibana-Plugin 0.9.0.0
- Kibana version target: oss-6.7.1
Version 1.0.0.1
- Fix wrong property name in rolesmapping config controller (https://github.com/opendistro-for-elasticsearch/security-kibana-plugin/pull/46)
- Fixed Backend Role button ( https://github.com/opendistro-for-elasticsearch/security-kibana-plugin/pull/44 )
- Avoid javascript error ( https://github.com/opendistro-for-elasticsearch/security-kibana-plugin/pull/41 )
Version 1.0.0.0
Support For Kibana 7.0.1 (#24)
New configuration syntax
We’ve 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.
Version 0.9.0.0
- Added support for Kibana release version 6.7
- Fixed Xpack Check
Version 0.8.0.0
- Added support for Kibana release version 6.6.2
New minor version v0.7.0.1
Release notes:
- 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-kibana-plugin for opendistro-for-elasticsearch
Initial launch of security-kibana-plugin for opendistro-for-elasticsearch