Description
In the case of Knox's HadoopAuth filter, if the user executes proxyuser authentication, there is DEBUG level log entries in gateway.log with the outcome of the proxyuser authentication:
@Message( level = MessageLevel.DEBUG, text = "Proxy user Authentication successful" ) void hadoopAuthProxyUserSuccess(); @Message( level = MessageLevel.DEBUG, text = "Proxy user Authentication failed: {0}" ) void hadoopAuthProxyUserFailed(@StackTrace Throwable t);
We need similar logs in the Knox Token proxyuser authentication path too.
Attachments
Issue Links
- links to