KEYCLOAK-15985 Add Brute Force Detection Lockout Event#8679
Conversation
8e47682 to
3e2d172
Compare
3e2d172 to
05080db
Compare
|
Can anyone please review this MR? |
|
@abstractj this PR seem a fairly decent improvement around visibility of lockout events. Would any of the devs be able to review and merge? |
|
Bump! Would love to see this improvement. |
|
Thanks @trixpan, as soon as the @keycloak/core has some bandwidth to review, they will do. |
pedroigor
left a comment
There was a problem hiding this comment.
@paulbares LGTM. Only a few comments.
|
@paulbares If you rebase your PR and look at the remaining comment from me, we can then move forward with it. |
04017fb to
45dedb6
Compare
|
@pedroigor I have made the changes and rebased my PR. |
Unreported flaky test detectedIf the below flaky tests below are affected by the changes, please review and update the changes accordingly. Otherwise, a maintainer should report the flaky tests prior to merging the PR. org.keycloak.testsuite.adapter.example.cors.CorsExampleAdapterTest#angularCorsProductTest |
ghost
left a comment
There was a problem hiding this comment.
Unreported flaky test detected, please review
pedroigor
left a comment
There was a problem hiding this comment.
@paulbares Thanks for your time on it.
|
Great to see it merged, thank you @pedroigor for the review. |
3 flaky tests on run #8968 ↗︎Details:
|
|||||||||||||||||||||||||||||||||
| Test | Artifacts | |
|---|---|---|
| Clients test > Advanced tab test > Clustering |
Output
Screenshots
|
|
realm_settings_client_profiles_test.spec.ts • 1 flaky test • firefox
| Test | Artifacts | |
|---|---|---|
| Realm settings client profiles tab tests > Should not create duplicate client profile |
Output
Screenshots
|
|
masthead_test.spec.ts • 1 flaky test • firefox
| Test | Artifacts | |
|---|---|---|
| Masthead tests > Desktop view > Go to account console and back to admin console |
Output
Screenshots
|
|
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings.
This PR aims to introduce a new event when a user account gets permanently locked up. Test
BruteForceTest#testPermanentLockouthas been updated accordingly.Fixes #8769