Skip to content

Commit

Permalink
Merge branch 'v3' into add-controller-with-cloud-with-no-regions
Browse files Browse the repository at this point in the history
  • Loading branch information
alesstimec authored Jan 9, 2025
2 parents 9fd582d + 212fb31 commit a1883a9
Show file tree
Hide file tree
Showing 47 changed files with 3,835 additions and 3,609 deletions.
2 changes: 1 addition & 1 deletion cmd/jimmsrv/service/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ func (s *Service) OpenFGACleanup(ctx context.Context, trigger <-chan time.Time)
for {
select {
case <-trigger:
err := s.jimm.OpenFGACleanup(ctx)
err := s.jimm.PermissionManager().OpenFGACleanup(ctx)
if err != nil {
zapctx.Error(ctx, "openfga cleanup", zap.Error(err))
continue
Expand Down
Loading

0 comments on commit a1883a9

Please sign in to comment.