Authn: Sync authlib and update how we construct authn client interceptor (#101124)
* Sync authlib and update how we construct authn client interceptor * Remove namespace from checker
This commit is contained in:
@@ -153,7 +153,7 @@ func (c authzLimitedClient) Compile(ctx context.Context, id claims.AuthInfo, req
|
||||
))
|
||||
defer span.End()
|
||||
if fallbackUsed || !c.IsCompatibleWithRBAC(req.Group, req.Resource) {
|
||||
return func(namespace string, name, folder string) bool {
|
||||
return func(name, folder string) bool {
|
||||
return true
|
||||
}, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user