Can you help me disable totally tenancy? I have already disabled it from the config.yml in the /plugin/opendistro_security/securityconfig
That’s my config:
config:
dynamic:
# Set filtered_alias_mode to ‘disallow’ to forbid more than 2 filtered aliases per index
# Set filtered_alias_mode to ‘warn’ to allow more than 2 filtered aliases per index but warns about it (default)
# Set filtered_alias_mode to ‘nowarn’ to allow more than 2 filtered aliases per index silently
filtered_alias_mode: nowarn
do_not_fail_on_forbidden: false
kibana:
# Kibana multitenancy
multitenancy_enabled: false
server_username: kibanaserver
index: ‘.kibana’
hey @dangelidaniel - I moved this to the security category. They will be more equipped to help you - also maybe the @reporting-team might want to weigh in.
I don’t want users to see the pop-up.
It’s true that if you just click on the ‘x’ to kill the pop-up, Kibana works as expected, but many of my users are confused by the message.
Do you mean that if multi-tenancy is disabled then user will get this pop-up in report? I think this is something we were not aware of lol. It seems to me, this issue is more of a security plugin issue rather than a reporting issue. If user disabled multi-tenancy, why is he supposed to see a pop-up asking him to select tenant?
I’m getting the same result in OpenSearch 1.1.0. I wouldn’t expect the fix in OpenDistro.
This should be reported as a bug in OpenSearch-Dashboards GitHub.