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

Fix data race between updating a route entry's tainted status and incoming requests - OSS #21640

Merged

Conversation

stevendpclark
Copy link
Contributor

  • There is a data race updating a route entry's tainted status and loading the current status with new incoming requests.

Exposed by an enterprise unit test.

 - There is a data race between a mount being mounted with incoming
   requests and checking the mount's tainted status.
@stevendpclark stevendpclark added this to the 1.15 milestone Jul 6, 2023
@stevendpclark stevendpclark merged commit e83b9e2 into main Jul 7, 2023
96 checks passed
@stevendpclark stevendpclark deleted the stevendpclark/vault-16723-router-tainting-race-oss branch July 7, 2023 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants