Hi
Using kibana plugin 4.1.5 with Kibana 7.10.2 in docker
I want deny access to wazuh for regular kibana users and leave access just for "admin" group
Have message
"For the role mapping to take effect, enable run_as in /usr/share/kibana/data/wazuh/config/wazuh.yml configuration file, restart the Kibana service and clear your browser cache and cookies."
But all it done, container restarted
> docker exec kibana cat /usr/share/kibana/data/wazuh/config/wazuh.yml | grep -vE "^#"
> ---
> xpack.rbac.enabled: true
> run_as: true
>
> hosts:
> ...............
And browser cleaned (even more - changed host and browser)
Why I have this message?
Also, examples shows how to decrease privileges, but no example how to deny access to wazuh at all for some user/group.
Best regards,
Dmitry