You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Aldrin Piri (JIRA)" <ji...@apache.org> on 2017/12/06 15:41:00 UTC

[jira] [Created] (NIFI-4672) NiFi toolkit is not properly passing arguments to the underlying script

Aldrin Piri created NIFI-4672:
---------------------------------

             Summary: NiFi toolkit is not properly passing arguments to the underlying script
                 Key: NIFI-4672
                 URL: https://issues.apache.org/jira/browse/NIFI-4672
             Project: Apache NiFi
          Issue Type: Bug
          Components: Docker
            Reporter: Aldrin Piri
            Assignee: Aldrin Piri


If I perform a Docker run of the resulting NiFi toolkit image as an executable, there are inconsistencies in how the argument is passed to the underlying scripts.

Consider the following where I am using the Docker image to generate certificates:
{code}
docker run --rm -it \
  -v /tmp/certs:/tmp/certs \
  apache/nifi-toolkit \
  tls-toolkit \
  standalone \
  -C "CN=Random User, OU=NiFi, O=Apache, C=US" \
  -n localhost \
  -o /tmp/certs
{code}

This will result in an incorrect client DN of just CN=Random being created.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)