[
https://issues.apache.org/jira/browse/NIFI-1614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15189934#comment-15189934
]
ASF GitHub Bot commented on NIFI-1614:
--------------------------------------
GitHub user jvwing opened a pull request:
https://github.com/apache/nifi/pull/267
NIFI-1614 File Identity Provider implementation
This implementation of IdentityProvider uses a local XML file to store
usernames with bcrypt-hashed passwords. The XML file mechanism is similar to
that used by the FileAuthorizationProvider. Requires that NiFi has been
configured for secure communication with SSL.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jvwing/nifi NIFI-1614-file-identity-provider
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/267.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 #267
----
commit 43c73f16152980ae701f4684106401632f0904ff
Author: EC2 Default User <[email protected]>
Date: 2016-03-10T20:15:52Z
NIFI-1614 File Identity Provider implementation
----
> Simple Username/Password Authentication
> ---------------------------------------
>
> Key: NIFI-1614
> URL: https://issues.apache.org/jira/browse/NIFI-1614
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: James Wing
> Priority: Minor
>
> NiFi should include a simple option for username/password authentication
> backed by a local file store. NiFi's existing certificate and LDAP
> authentication schemes are very secure. However, the configuration and setup
> is complex, making them more suitable for long-lived corporate and government
> installations, but less accessible for casual or short-term use. Simple
> username/password authentication would help more users secure more NiFi
> installations beyond anonymous admin access.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)