You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/11/30 19:58:00 UTC

[jira] [Commented] (NIFI-8047) Support Sensitive Dynamic Properties in DBCPConnectionPool

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

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

Commit fe53f8090d3d046b60d551e83bcd6f43c560a461 in nifi's branch refs/heads/main from exceptionfactory
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=fe53f80 ]

NIFI-8047 Added support for sensitive dynamic properties in DBCP

Signed-off-by: Matthew Burgess <ma...@apache.org>

This closes #4692


> Support Sensitive Dynamic Properties in DBCPConnectionPool
> ----------------------------------------------------------
>
>                 Key: NIFI-8047
>                 URL: https://issues.apache.org/jira/browse/NIFI-8047
>             Project: Apache NiFi
>          Issue Type: Improvement
>    Affects Versions: 1.12.1
>            Reporter: David Handermann
>            Assignee: David Handermann
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> DBCPConnectionPool currently supports providing dynamic properties to the Data Source object, which enables customization for a wide range of JDBC drivers.  Some JDBC drivers support features such as TLS encryption, requiring the specification of key store and trust store files and passwords.  In order to support secure configuration of these additional properties, the DBCPConnectionPool should provide optional support for sensitive dynamic properties.
> One potential approach is to follow the pattern of the ExecuteGroovyScript Processor and set the sensitive attribute when the property name is prefixed with a predefined string.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)