Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
None
-
None
-
-
Incompatible change, Reviewed
-
The output of the "hdfs fetchdt --print" command now includes the token renewer appended to the end of the existing token information. This change may be incompatible with tools that parse the output of the command.
Description
Show renewer information in DelegationTokenIdentifier#toString. Currently
org.apache.hadoop.hdfs.security.token.delegation.DelegationTokenIdentifier didn't show the renewer information. It will be very useful to have renewer information to debug security related issue. Because the renewer will be filtered by "hadoop.security.auth_to_local", it will be helpful to show the real renewer info after applying the rules.
Attachments
Attachments
Issue Links
- is related to
-
HDFS-10211 Add more info to DelegationTokenIdentifier#toString for better supportability
- Resolved