You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Marius Cornescu (Jira)" <ji...@apache.org> on 2019/09/19 15:37:00 UTC

[jira] [Updated] (CAMEL-13998) Kerberos authentication for HDFS connections

     [ https://issues.apache.org/jira/browse/CAMEL-13998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marius Cornescu updated CAMEL-13998:
------------------------------------
    Description: 
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/]

  was:
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/]


> 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
>
>
> 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)