You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by kevdoran <gi...@git.apache.org> on 2017/12/20 20:57:46 UTC

[GitHub] nifi-registry pull request #63: NIFIREG-74 Change login to use HTTP Basic Au...

GitHub user kevdoran opened a pull request:

    https://github.com/apache/nifi-registry/pull/63

    NIFIREG-74 Change login to use HTTP Basic Auth

    Changes the REST API /access/token/login endpoint to use HTTP Basic Auth for reading username and password.

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

    $ git pull https://github.com/kevdoran/nifi-registry NIFIREG-74

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

    https://github.com/apache/nifi-registry/pull/63.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 #63
    
----
commit 5ea5f70427d256a4e571cc3e3ec4904472f57ec5
Author: Kevin Doran <kd...@...>
Date:   2017-12-20T20:20:18Z

    NIFIREG-74 Change login to use HTTP Basic Auth
    
    Changes the REST API /access/token/login endpoint to use HTTP Basic
    Auth for reading username and password.

----


---

[GitHub] nifi-registry pull request #63: NIFIREG-74 Change login to use HTTP Basic Au...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/nifi-registry/pull/63


---

[GitHub] nifi-registry issue #63: NIFIREG-74 Change login to use HTTP Basic Auth

Posted by bbende <gi...@git.apache.org>.
Github user bbende commented on the issue:

    https://github.com/apache/nifi-registry/pull/63
  
    +1 I was able to resolve the merge conflict locally and test this out, works nicely... was able to login/logout with multiple users against LDAP and verified that basic auth was being used, going to merge, thanks!


---