You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Keycloak instance running in an EKS cluster with 2 replicas. I want to perform performance testing on user logins, so I used Keycloak's benchmark-module to conduct the tests. Below is the command I executed:
Upon execution, I encountered the following error:
13:27:30.283 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - Request 'Browser to Log In Endpoint' failed for user 2: regex(action="([^"]*)").find.transform.exists, found nothing
I tried adjusting various configurations, but none resolved the issue; they all led to the same error. However, other scenarios like keycloak.scenario.authentication.ClientSecret and keycloak.scenario.admin.ListSessions work fine for me.
Since I faced this issue with Keycloak v23.0.6, I upgraded my Keycloak instance to v25.0.5 and used Keycloak Benchmark 0.13. Unfortunately, I still encounter the same error.
Thank you for reaching out. To debug your issue, please log all HTTP requests by changing the --log-http-on-failure to --log-http-always.
When looking at the login page in the debug output or at the Keycloak instance (possibly when running with debug enabled), you should see an error message. for example that the client used for the login is not known.
Describe the bug
I have a Keycloak instance running in an EKS cluster with 2 replicas. I want to perform performance testing on user logins, so I used Keycloak's benchmark-module to conduct the tests. Below is the command I executed:
Upon execution, I encountered the following error:
13:27:30.283 [DEBUG] i.g.h.e.r.DefaultStatsProcessor - Request 'Browser to Log In Endpoint' failed for user 2: regex(action="([^"]*)").find.transform.exists, found nothing
I tried adjusting various configurations, but none resolved the issue; they all led to the same error. However, other scenarios like keycloak.scenario.authentication.ClientSecret and keycloak.scenario.admin.ListSessions work fine for me.
Since I faced this issue with Keycloak v23.0.6, I upgraded my Keycloak instance to v25.0.5 and used Keycloak Benchmark 0.13. Unfortunately, I still encounter the same error.
Version details:
Keycloak Benchmark Module: Keycloak Benchmark 0.13
Keycloak Version: 25.0.5
Version
25.0.5
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: