-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
OAuth2ClientCredentialsAuthPlugin: fatal error: concurrent map writes #6769
Labels
Comments
createAuthJWT that method looks suspicious in its handling of the |
yep, sure |
eubaranov
added a commit
to eubaranov/opa
that referenced
this issue
May 30, 2024
Merged
eubaranov
added a commit
to eubaranov/opa
that referenced
this issue
May 30, 2024
Signed-off-by: eubaranov <[email protected]>
ashutosh-narkar
pushed a commit
to eubaranov/opa
that referenced
this issue
May 30, 2024
Signed-off-by: eubaranov <[email protected]>
ashutosh-narkar
pushed a commit
that referenced
this issue
May 30, 2024
…flow Fixes: #6769 Signed-off-by: eubaranov <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Short description
Golang version: 1.19
Lib versions the issue detected: v0.53.1, v0.59.0
Occurance: floating (rare and random)
In all occurrences, the last running goroutine stack pointed to the same place -
createAuthJWT
Stack trace example report for the
v0.53.1
(the trace forv0.59.0
is the same):Steps To Reproduce
N/A - The problem is floating
Expected behavior
oauth2ClientCredentialsAuthPlugin.Claims map protected with some kind of synchronization
Additional context
The text was updated successfully, but these errors were encountered: