Problem with login after upgrading to 8.8.0

Hi all,

I've upgrade a cluster from 8.7.1 to 8.8.0 it's a small cluster with 3 nodes and two kibana instances. All is working well until the upgrade to 8.8.0. Globally no error during upgrade BUT unable to log in through Kibana with the following messages on kibana pod log :

[2023-06-02T12:54:58.155+00:00][ERROR][plugins.security.user-profile] Failed to activate user profile: Request timed out.
[2023-06-02T12:54:58.157+00:00][ERROR][http] TimeoutError: Request timed out
    at KibanaTransport.request (/usr/share/kibana/node_modules/@elastic/transport/lib/Transport.js:527:31)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at KibanaTransport.request (/usr/share/kibana/node_modules/@kbn/core-elasticsearch-client-server-internal/src/create_transport.js:51:16)
    at Security.activateUserProfile (/usr/share/kibana/node_modules/@elastic/elasticsearch/lib/api/api/security.js:60:16)
    at UserProfileService.activate (/usr/share/kibana/node_modules/@kbn/security-plugin/server/user_profile/user_profile_service.js:111:26)
    at Authenticator.updateSessionValue (/usr/share/kibana/node_modules/@kbn/security-plugin/server/authentication/authenticator.js:588:24)
    at Authenticator.login (/usr/share/kibana/node_modules/@kbn/security-plugin/server/authentication/authenticator.js:196:37)
    at /usr/share/kibana/node_modules/@kbn/security-plugin/server/routes/authentication/common.js:137:34
    at Router.handle (/usr/share/kibana/node_modules/@kbn/core-http-router-server-internal/src/router.js:149:30)
    at handler (/usr/share/kibana/node_modules/@kbn/core-http-router-server-internal/src/router.js:115:50)
    at exports.Manager.execute (/usr/share/kibana/node_modules/@hapi/hapi/lib/toolkit.js:60:28)
    at Object.internals.handler (/usr/share/kibana/node_modules/@hapi/hapi/lib/handler.js:46:20)
    at exports.execute (/usr/share/kibana/node_modules/@hapi/hapi/lib/handler.js:31:20)
    at Request._lifecycle (/usr/share/kibana/node_modules/@hapi/hapi/lib/request.js:371:32)
    at Request._execute (/usr/share/kibana/node_modules/@hapi/hapi/lib/request.js:281:9)
[2023-06-02T12:55:52.533+00:00][INFO ][plugins.security.routes] Logging in with provider "basic" (basic)

Anyone with the same error ? Maybe someone could tell me where to start my search for troubleshoot and fix this issue ?

Thanks by advance

Regards,
Christophe

Hi all,

I add here an ugly workaround ...

I've destroyed my Kibana instances and rebuild them. Now works I'm able to log in Kibana again ...

If anyone has a solution without this ugly workaround ... I'm in for test ... I've another cluster to upgrade :slight_smile:

Regards

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