Skip to content
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

Backport Revert "Implement user lockout log (#23140)" 1.13.x #23767

Conversation

davidadeleon
Copy link
Contributor

This reverts commit 8f70fb9.

@github-actions github-actions bot added the hashicorp-contributed-pr If the PR is HashiCorp (i.e. not-community) contributed label Oct 20, 2023
@davidadeleon davidadeleon changed the title Revert "Implement user lockout log (#23140)" Backport Revert "Implement user lockout log (#23140)" 1.13.x Oct 20, 2023
@github-actions
Copy link

github-actions bot commented Oct 20, 2023

CI Results:
All Go tests succeeded! ✅

@ryancragun ryancragun force-pushed the davidadeleon/revert-backport-1.13.x-implement-user-lockout-log branch from 32560b8 to a947296 Compare October 20, 2023 16:00
@@ -2307,6 +2304,7 @@ func (c *Core) LocalUpdateUserFailedLoginInfo(ctx context.Context, userKey Faile
// delete the entry from the map, if no key exists it is no-op
delete(c.userFailedLoginInfo, userKey)
}
c.userFailedLoginInfoLock.Unlock()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deferring this is probably a good idea, though I understand the whole change was reverted because of a race. Feels like adding this back would still make sense.

@ryancragun ryancragun enabled auto-merge (squash) October 20, 2023 16:11
@github-actions
Copy link

Build Results:
All builds succeeded! ✅

@ryancragun ryancragun merged commit b7e8bf9 into release/1.13.x Oct 20, 2023
97 of 98 checks passed
@ryancragun ryancragun deleted the davidadeleon/revert-backport-1.13.x-implement-user-lockout-log branch October 20, 2023 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hashicorp-contributed-pr If the PR is HashiCorp (i.e. not-community) contributed pr/no-changelog pr/no-milestone
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants