Open honiewelle opened 3 years ago
Hi. We're currently using the version 1.13.2 and have disabled the tenancy using the following configuration (below) but we're still seeing the prompt as can be seen in the screenshot:
1.13.2
/usr/share/elasticsearch/plugins/opendistro_security/securityconfig/config.yml
... config: dynamic: do_not_fail_on_forbidden: true kibana: multitenancy_enabled: false http: ...
/etc/kibana.yml
opendistro_security.multitenancy.enabled: false opendistro_security.multitenancy.tenants.enable_private: false opendistro_security.multitenancy.tenants.enable_global: false opendistro_security.multitenancy.tenants.preferred: ["Global"] opendistro_security.multitenancy.enable_filter: false
Its a same issue bug number 736
Hi. We're currently using the version
1.13.2
and have disabled the tenancy using the following configuration (below) but we're still seeing the prompt as can be seen in the screenshot:/usr/share/elasticsearch/plugins/opendistro_security/securityconfig/config.yml
/etc/kibana.yml