[
https://issues.apache.org/jira/browse/CAMEL-19412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Otavio Rodolfo Piske updated CAMEL-19412:
-----------------------------------------
Estimated Complexity: Novice (was: Unknown)
> 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
> Labels: easy
> 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)