Open MiguelCasaresRobles opened 3 years ago
I have been working to find a solution to this.
The only way I found to solve was changing the source code of the plugin https://github.com/opendistro-for-elasticsearch/security-kibana-plugin
I try to solve two bugs about the multitenancy modal:
opendistro_security.multitenancy.enabled: false
, the menu to switch between tenants is displayed too.Multitenancy was enabled by default in our installations because of a previous bug downloading reports with multitenancy disabled. It was described here. With this change, I could download reports without problems.
Description ODFE 1.13.0 Select your tenant message popping up every time we log in, even with the following configuration:
If we check the
remember my option
it will appear too so none of the solutions aforementioned are working.We should do something to get rid of this message.