Return-Path: X-Original-To: apmail-nifi-commits-archive@minotaur.apache.org Delivered-To: apmail-nifi-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DF6BE18511 for ; Fri, 18 Dec 2015 15:10:46 +0000 (UTC) Received: (qmail 6427 invoked by uid 500); 18 Dec 2015 15:10:46 -0000 Delivered-To: apmail-nifi-commits-archive@nifi.apache.org Received: (qmail 6368 invoked by uid 500); 18 Dec 2015 15:10:46 -0000 Mailing-List: contact commits-help@nifi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.apache.org Delivered-To: mailing list commits@nifi.apache.org Received: (qmail 6347 invoked by uid 99); 18 Dec 2015 15:10:46 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Dec 2015 15:10:46 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9FD1B2C1F6C for ; Fri, 18 Dec 2015 15:10:46 +0000 (UTC) Date: Fri, 18 Dec 2015 15:10:46 +0000 (UTC) From: "David A. Wynne (JIRA)" To: commits@nifi.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (NIFI-1304) The run.as property doesn't work as expected MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 David A. Wynne created NIFI-1304: ------------------------------------ Summary: The run.as property doesn't work as expected Key: NIFI-1304 URL: https://issues.apache.org/jira/browse/NIFI-1304 Project: Apache NiFi Issue Type: Bug Components: Configuration Affects Versions: 0.3.0 Environment: Linux OS, Nifi 0.3.0, Java 8, update 51 Reporter: David A. Wynne Priority: Critical When the run.as property is set, in the bootstrap.conf file, then NiFi is started as the same user, the PutKafka processor returns the error javax.security.auth.login.LoginException: No password provided If the property is left blank and then NiFi is started with the same user, the PutKafka processor works as expected. -- This message was sent by Atlassian JIRA (v6.3.4#6332)