Hi,
I am currently using opendistro-security 1.9.0.0 plugins with ELK 7.8.0 and planning to update to the latest 1.13.x plugins. Going through the changelogs of all intermediate releases, I face difficulty in understanding one change in 1.10.
Opendistro version 1.10.0 release notes mention a breaking change in kibana - and so the upgrade guide suggests to add the foll. parameter in kibana.yml when upgrading from previous versions -
opendistro_security.cookie.secure: false
The change was made in in this commit, however since the mentioned issue link https://github.com/opendistro-for-elasticsearch/opendistro-infra/issues/251 is broken now, I can’t understand the reason of the change.
- Can the correct issue link be shared where this change (& its reason) is explained?
- Does this change mean that :
if kibana runs on HTTP, the parameter opendistro_security.cookie.secure should be set to false and
if kibana runs on HTTPS, the parameter opendistro_security.cookie.secure should be set to true ? - What would be the default value of opendistro_security.cookie.secure if not set in kibana.yml?
Any pointers would be appreciated.
Thanks!