[
https://issues.apache.org/jira/browse/CAMEL-13998?focusedWorklogId=319505&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-319505
]
ASF GitHub Bot logged work on CAMEL-13998:
------------------------------------------
Author: ASF GitHub Bot
Created on: 27/Sep/19 12:08
Start Date: 27/Sep/19 12:08
Worklog Time Spent: 10m
Work Description: oscerd commented on pull request #3183: CAMEL-13998 -
Kerberos authentication for HDFS connections
URL: https://github.com/apache/camel/pull/3183
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 319505)
Time Spent: 20m (was: 10m)
> Kerberos authentication for HDFS connections
> --------------------------------------------
>
> Key: CAMEL-13998
> URL: https://issues.apache.org/jira/browse/CAMEL-13998
> Project: Camel
> Issue Type: New Feature
> Components: camel-hdfs
> Affects Versions: 3.0.0.RC1
> Reporter: Marius Cornescu
> Priority: Major
> Fix For: Future
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Some enterprise hadoop clusters are integrated with Kerberos authentication.
> Enhance the current hdfs implementation to support connecting to a hadoop
> instance that uses kerberos authentication.
>
> Proposal is to add 4 new parameters to the uri:
> +*kerberosNamedNodes*+ - comma separated list of host:port nodes to use for
> kerberos auth
> +*kerberosConfigFileLocation*+ - location of the
> [krb5.conf|https://web.mit.edu/kerberos/krb5-1.12/doc/admin/conf_files/krb5_conf.html]
> file
> +*kerberosUsername*+ - user name for the authentication
> +*kerberosKeytabLocation*+ - location of the keytab file to use in the
> authentication
>
> In part inspired by [blog
> post|https://www.rubix.nl/blogs/kerberos-camel-hdfs2/].
--
This message was sent by Atlassian Jira
(v8.3.4#803005)