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

ASF subversion and git services commented on NIFI-15836:
--------------------------------------------------------

Commit 7d9a8e5bd9909a064dc9c52f6bf85bc3409a62a9 in nifi's branch 
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=7d9a8e5bd99 ]

NIFI-15836 Refactored Kafka3ConnectionService to use SSLContextProvider (#11239)

- Added StandardSslEngineFactory implementation of Apache Kafka SslEngineFactory
- Replaced Keystore and Truststore property passing with SSLContext from 
SSLContextProvider

> Support PEM keys in Kafka3ConnectionService
> -------------------------------------------
>
>                 Key: NIFI-15836
>                 URL: https://issues.apache.org/jira/browse/NIFI-15836
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Extensions
>            Reporter: Alaksiej Ščarbaty
>            Assignee: David Handermann
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Currently `Kafka3ConnectionService` supports only file-based 
> `SSLContextService`. `SSLContextProvider`, which is a parent of 
> `SSLContextService`, can't be used in the controller service.
> `PEMEncodedSSLContextProvider` is an `SSLContextProvider`, thus can't be used 
> with the controller service.
> *Goal*
> `Kafka3ConnectionService` should accept a parent - `SSLContextProvider` 
> instead.
> -If the provided service is `SSLContextService`, we keep the current 
> file-based behavior.-
> A custom `SslEngineFactory` (introduced in 
> [KIP-519|https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=128650952])
>  will always be used. It will also replace the existing keystore 
> implementation. Thanks to that it will be possible to support any 
> `SSLContextProvider` implementation, not only `PEMEncodedSSLContextProvider`.



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

Reply via email to