Dashboard read only without credentials?

Hi everyone.

I'm using Kibana and ES with Kubernetes in my own cluster. I would like to have an only read dashboard (accessible from outside) without having credentials.
All I've read about that is about Roles and xpack.security.enabled = false but I dont really know how to mix both features, because I dont want to have credentials (xpack.security.enabled = false) but I also want to configure roles.
In summary, I need to share my dashboards without edition permissions to the people outside.

How can I do it?

Thanks for reading.

It seems like you need something like this: Enabling anonymous access | Elasticsearch Guide [7.13] | Elastic

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.