You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linkerd access logs are missing the origin IP address.
Solved by adding in the field x_forwarded_for to access logs which has the origin ip address.
Validated by compiling and deploying the modified proxy image alongside a nginx container, checking access log content for existing fields + the new field
Part fixes issue #9842
Signed-off-by: Dan Ambrose <[email protected]>
0 commit comments