[
https://issues.apache.org/jira/browse/NIFI-5985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16765026#comment-16765026
]
ASF subversion and git services commented on NIFI-5985:
-------------------------------------------------------
Commit 8c8a9b4d53584913881d16771c8ace05a6cf6819 in nifi's branch
refs/heads/master from Jeff Storck
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=8c8a9b4 ]
NIFI-5985: Added capability for DBCPConnectionPool to use
KerberosCredentialsService.
Refactored KerberosAction to return a result from execute()
Removed usage of ProcessContext.yield() from KerberosAction, which should
instead be handled the component using the KerberosCredentialsService.
Updated SolrProcessor to yield a flowfile on error, rather than the
KerberosAction invoking the yield.
NIFI-5985: Updated TestPutSolrContentStream.testUpdateWithKerberosAuth test
case to match on PrivilegedExceptionAction instead of PrivilegedAction doAs
arguments.
NIFI-5985: Moved kerberosUser logout after closing the datasource in the
shutdown method.
NIFI-5985: Removed catching exceptions in DBCPConnectionPool.shutdown
Exception when closing the datasource is prioritized over an exception when
logging out the kerberos principal
Added GroovyDBCPServiceTest tests to verify prioritizing datasource.close()
exception over kerberosUser.logout() exception
This closes #3288.
Signed-off-by: Bryan Bende <[email protected]>
> Allow DBCPConnectionPool to access Kerberized Databases
> -------------------------------------------------------
>
> Key: NIFI-5985
> URL: https://issues.apache.org/jira/browse/NIFI-5985
> Project: Apache NiFi
> Issue Type: New Feature
> Components: Extensions
> Affects Versions: 1.8.0
> Reporter: Jeff Storck
> Assignee: Jeff Storck
> Priority: Major
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> DBCPConnectionPool must be able to access databases secured with kerberos via
> JDBC, utilizing the KerberosCredentialsService.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)