How to define users in Kibana ECK manifests? I don't / haven't found any doc.
Users do not exist within Kibana. They exist in Elasticsearch so you'd have to use the API or file realm when setting up Elastic.
I use
auth:
fileRealm:
- secretName: elasticsearch-secret
but bump into the following error after logging in:
You do not have permission to access the requested page
Either go back to the previous page or log in as a different user.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.