Skip to content

Commit

Permalink
Even more logging
Browse files Browse the repository at this point in the history
Signed-off-by: Ziv Nevo <[email protected]>
  • Loading branch information
zivnevo committed Jul 29, 2024
1 parent c920e35 commit 02f868e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/controlplane/authz/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ func (m *Manager) authorizeEgress(ctx context.Context, req *egressAuthorizationR
}

if decision.Decision != connectivitypdp.DecisionAllow {
m.logger.Infof("PDP not allowing connection: src:%v, dst:%v, decision: %+v", srcAttributes, dstAttributes, decision)
continue
}

Expand Down

0 comments on commit 02f868e

Please sign in to comment.