[
https://issues.apache.org/jira/browse/NIFI-1652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Handermann resolved NIFI-1652.
------------------------------------
Resolution: Won't Fix
Client Authentication configuration is outside the configuration of the
{{javax.net.ssl.SSLContext}}, so it is not a good fit to introduce this as part
of the SSLContextService. The {{javax.net.ssl.SSLEngine}} can be configured
with different client authentication settings, but these are more specific to
whether the referencing component acts as a server or a client. Something like
this could be considered in a new Controller Service that provides a configured
{{SSLEngine}}.
> Add Client Authentication policy parameter in SSL context service
> -----------------------------------------------------------------
>
> Key: NIFI-1652
> URL: https://issues.apache.org/jira/browse/NIFI-1652
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core Framework
> Reporter: Pierre Villard
> Assignee: Pierre Villard
> Priority: Minor
>
> Following discussion in NIFI-1521
> - Add client authentication policy parameter in SSL Context service
> - Update every related processors to take into account this modification
> - Inform users regarding processors using a specific policy at this moment
--
This message was sent by Atlassian Jira
(v8.20.1#820001)