[
https://issues.apache.org/jira/browse/NIFI-15301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18043161#comment-18043161
]
ASF subversion and git services commented on NIFI-15301:
--------------------------------------------------------
Commit dccdc1596c5ae8f4a7c3939780217893ecba8737 in nifi's branch
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=dccdc1596c ]
NIFI-15301 Switched to SSLContextProvider in HandleHttpRequest (#10608)
- Replaced RestrictedSSLContextService with SSLContextProvider for broader
support of compatible service implementations
Signed-off-by: Kevin Doran <[email protected]>
> Replace Restricted SSLContextService with SSLContextProvider in
> HandleHttpRequest
> ---------------------------------------------------------------------------------
>
> Key: NIFI-15301
> URL: https://issues.apache.org/jira/browse/NIFI-15301
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: David Handermann
> Assignee: David Handermann
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Following the pattern of other Processors, the {{HandleHttpRequest}}
> Processor should be updated to reference the {{SSLContextProvider}} interface
> instead of the {{RestrictedSSLContextService}} for the {{SSL Context
> Service}} property.
> The Processor already uses the {{SSLContextProvider}} interface for property
> evaluation, so adjusting the property descriptor allows the Processor to be
> configured with the more generic {{SSLContextProvider}} interface,
> implemented in multiple services.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)