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 GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/12 18:09:20 UTC

[jira] [Commented] (NIFI-2222) Jetty reversal of KeyStore, Key passwords in nifi.properties

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

ASF GitHub Bot commented on NIFI-2222:
--------------------------------------

GitHub user brosander opened a pull request:

    https://github.com/apache/nifi/pull/632

    NIFI-2222 - reversing SslContext properties set by keyStorePasswd and…

    … keyPasswd

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/brosander/nifi NIFI-2222

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi/pull/632.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #632
    
----
commit 9b7a1351685170d19015756d5774b2fea60d962d
Author: Bryan Rosander <br...@gmail.com>
Date:   2016-07-11T18:57:27Z

    NIFI-2222 - reversing SslContext properties set by keyStorePasswd and keyPasswd

----


> Jetty reversal of KeyStore, Key passwords in nifi.properties
> ------------------------------------------------------------
>
>                 Key: NIFI-2222
>                 URL: https://issues.apache.org/jira/browse/NIFI-2222
>             Project: Apache NiFi
>          Issue Type: Bug
>            Reporter: Bryan Rosander
>
> In JettyServer, currently if you define both nifi.security.keystorePasswd and nifi.security.keyPasswd, the keyPasswd value will be used for the SslContext's keyStorePassword and the keyStorePasswd will be used for the keyManagerPassword.
> Additionally if you only define the keyPasswd, it will set keyStorePassword instead of keyManagerPassword.
> I believe that this is backwards from the expected behaviour of the two properties.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)