-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[App services] Permission errors logged when opening Kibana for the first time #95094
Comments
Pinging @elastic/kibana-security (Team:Security) |
Pinging @elastic/kibana-app-services (Team:AppServices) |
Discussed offline, and this appears to be a faulty Route Handler Context:
These context providers execute on every inbound http request to the Kibana server, so they should be kept as performant as possible. This particular provider is querying the UI Settings Service to retrieve personalized settings required for index patterns. There are a couple of problems with this approach:
I think this context handler should be revisited so that it does not attempt to communicate with ES at all unless explicitly requested by a consumer. |
No longer happening because the pr that introduced this was reverted #95335 (cc @lizozom fyi about the route context: #95094 (comment)) |
This is happening on the main branch as of today.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: