Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0-alpha
-
None
-
Reviewed
Description
Currently, once a client is authenticated the generated authentication-token (& cookie) are valid for a given (service configurable) lifespan.
Once the authentication-token (& cookie) is issued, the authentication logic will not be triggered until the authentication-token expires.
This behavior does not work well with delegation tokens expected behavior where delegation tokens can be canceled at any time.
Having ephemeral authentication (which is check on every request) would address this issue.
Attachments
Attachments
Issue Links
- depends upon
-
HADOOP-8458 Add management hook to AuthenticationHandler to enable delegation token operations support
- Closed
- is required by
-
HDFS-3113 httpfs does not support delegation tokens
- Closed