You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Vaishnavi R (Jira)" <ji...@apache.org> on 2023/06/23 04:13:00 UTC

[jira] [Commented] (CAMEL-19412) camel-kafka - Add kerberos config file location property

    [ https://issues.apache.org/jira/browse/CAMEL-19412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17736344#comment-17736344 ] 

Vaishnavi R commented on CAMEL-19412:
-------------------------------------

Sure, i will give it a try.

> camel-kafka - Add kerberos config file location property
> --------------------------------------------------------
>
>                 Key: CAMEL-19412
>                 URL: https://issues.apache.org/jira/browse/CAMEL-19412
>             Project: Camel
>          Issue Type: Wish
>          Components: camel-kafka, documentation
>            Reporter: Gilvan Filho
>            Priority: Minor
>             Fix For: 3.21.1, 4.0.0
>
>
> camel-kafka dont have a property which allows user to set krb5 config file location.
> Today if user need to set this he need to use system properties like:
> {code:java}
> java -jar myroute.jar -Djava.security.krb5.conf=/path/to/krb5.conf{code}
> Or something like:
> {code:java}
> private void configureKrb5() {
>     String krb5Location = getKrb5ConfigFileLocaltionFromSomewhere();
>     System.setProperty("java.security.krb5.conf", krb5Location);
> }{code}
>  
> [camel-hdfs|https://camel.apache.org/components/3.20.x/hdfs-component.html] has that property (see kerberosConfigFile property)
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)