-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent goroutine leak in oidc client (#11974)
* Prevent goroutine leak in oidc client Ensure that the goroutine spawned by client.SyncProviderConfig is terminated either by the oidc connector being removed or the server closing (cherry picked from commit 73e6242)
- Loading branch information
1 parent
03956d7
commit 76eb390
Showing
2 changed files
with
17 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters