Skip to content

Commit

Permalink
Disable casbin logger
Browse files Browse the repository at this point in the history
Signed-off-by: Mayank Shah <mayank.shah@percona.com>
  • Loading branch information
mayankshah1607 committed Sep 16, 2024
1 parent ee314fe commit 271bc4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/rbac/rbac.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func NewEnforcer(ctx context.Context, kubeClient *kubernetes.Kubernetes, l *zap.
Name: common.EverestRBACConfigMapName,
}
adapter := configmapadapter.New(l, kubeClient, cmReq)
enforcer, err := newEnforcer(adapter, true)
enforcer, err := newEnforcer(adapter, false)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 271bc4e

Please sign in to comment.