kubeguard / guard

🔑 Kubernetes Authentication & Authorization WebHook Server
https://kubeguard.dev
Apache License 2.0
590 stars 81 forks source link

fix: cache oidc issuer provider #376

Closed bcho closed 11 months ago

bcho commented 11 months ago

I also added a simple test case to simulate the concurrent access, tested with -race from local:

go test -v -race ./auth/providers/azure

All tests passed.