opendistro-for-elasticsearch / security-kibana-plugin

Apache License 2.0
3 stars 12 forks source link

Tenancy selection prompt keeps on appearing even if disabled #2

Open honiewelle opened 3 years ago

honiewelle commented 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:

/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
image
Kanmanir commented 3 years ago

Its a same issue bug number 736