Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Nov 17, 2024
1 parent 44adf54 commit f4d938a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/graph/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,8 @@ func getClient(ctx context.Context, kc client.Client, impersonate bool) (client.
return kc, nil
}

fmt.Printf("impersonating: %v\n", u.GetName())

if rw, ok := kc.(*cu.DelegatingClient); ok {
return rw.Impersonate(u)
}
Expand Down

0 comments on commit f4d938a

Please sign in to comment.