You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "David Handermann (Jira)" <ji...@apache.org> on 2021/12/17 20:31:00 UTC

[jira] [Commented] (NIFI-9500) Add set-single-user-credentials command to Windows script

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

David Handermann commented on NIFI-9500:
----------------------------------------

The following command can be used to call the Java class directly as a workaround:
{noformat}
java -cp 'lib/bootstrap/*' -Dnifi.properties.file.path=conf/nifi.properties org.apache.nifi.authentication.single.user.command.SetSingleUserCredentials username passwordpassword
{noformat}

> Add set-single-user-credentials command to Windows script
> ---------------------------------------------------------
>
>                 Key: NIFI-9500
>                 URL: https://issues.apache.org/jira/browse/NIFI-9500
>             Project: Apache NiFi
>          Issue Type: Improvement
>            Reporter: David Handermann
>            Priority: Minor
>
> The shell script that provides the {{set-single-user-credentials}} command works on Linux and macOS, but Windows deployments use a separate batch script.  The Windows script should be updated the support the command.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)