HADOOP-17360. Log the remote address for authentication success (#2441)
Co-authored-by: ahussein <ahmed.hussein@verizonmedia.com> (cherry picked from commit 1ea3f74246294c280a2ccb0ff3e90b5721c5f0e2)
This commit is contained in:
parent
c107e75424
commit
d2ae8bcc66
@ -2033,7 +2033,7 @@ private void saslProcess(RpcSaslProto saslMessage)
|
|||||||
LOG.debug("SASL server successfully authenticated client: " + user);
|
LOG.debug("SASL server successfully authenticated client: " + user);
|
||||||
}
|
}
|
||||||
rpcMetrics.incrAuthenticationSuccesses();
|
rpcMetrics.incrAuthenticationSuccesses();
|
||||||
AUDITLOG.info(AUTH_SUCCESSFUL_FOR + user);
|
AUDITLOG.info(AUTH_SUCCESSFUL_FOR + user + " from " + toString());
|
||||||
saslContextEstablished = true;
|
saslContextEstablished = true;
|
||||||
}
|
}
|
||||||
} catch (RpcServerException rse) { // don't re-wrap
|
} catch (RpcServerException rse) { // don't re-wrap
|
||||||
|
Loading…
x
Reference in New Issue
Block a user