Skip to content

Commit

Permalink
Fix verifier rwmutex
Browse files Browse the repository at this point in the history
  • Loading branch information
creydr committed Oct 9, 2024
1 parent 057c69d commit e5b9e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/auth/verifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ type Verifier struct {
restConfig *rest.Config
eventPolicyLister v1alpha1.EventPolicyLister
trustBundleConfigMapLister corev1listers.ConfigMapNamespaceLister
m *sync.RWMutex
m sync.RWMutex
provider *oidc.Provider
}

Expand Down

0 comments on commit e5b9e23

Please sign in to comment.