Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Not A Problem
-
None
-
None
Description
FLINK-1504 implemented support for Kerberos authentication for HDFS in Flink. Currently, the authentication has to be performed on every node when the job or task manager comes up. That implies that all nodes are already authenticated using Kerberos.
For the Hadoop security mechanism it would be sufficient if the Client authenticated once using Kerberos and received the Hadoop DelegationToken. This Token could then be passed to all nodes. It would be renewed using the Hadoop security mechanisms.
Attachments
Issue Links
- is related to
-
FLINK-1504 Add support for accessing secured HDFS clusters in standalone mode
- Resolved
-
FLINK-2573 Add Kerberos test case
- Closed