Skip to content

feat: extend request logs with auth & DB info #17304

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 13 commits into from
Apr 15, 2025
Prev Previous commit
Next Next commit
removed Type from compare
  • Loading branch information
ibetitsmike committed Apr 14, 2025
commit 39f124c8f973c315f9b55773f40e04b78108e849
3 changes: 0 additions & 3 deletions coderd/rbac/authz.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,6 @@ func (s Subject) WithCachedASTValue() Subject {
}

func (s Subject) Equal(b Subject) bool {
if s.Type != b.Type {
return false
}
if s.ID != b.ID {
return false
}
Expand Down