Skip to content

chore: add global caching to rbac #7439

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

Merged
merged 11 commits into from
May 8, 2023
Prev Previous commit
Next Next commit
Remove import
  • Loading branch information
Emyrk committed May 5, 2023
commit 92a33c39220a03629b1dc2a06d83132081f2d98b
1 change: 0 additions & 1 deletion coderd/rbac/authz.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"context"
"crypto/sha256"
_ "embed"
"encoding/json"
"strings"
"sync"
"time"
Expand Down