GitHub user janhoy opened a pull request:

    https://github.com/apache/lucene-solr/pull/351

    SOLR-9640 Support PKI authentication in standalone mode

    Generating PR for easier review

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

    $ git pull https://github.com/cominvent/lucene-solr solr9640

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

    https://github.com/apache/lucene-solr/pull/351.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 #351
    
----
commit 6c04d63e633f74b4df9f77ad78b2335d9dd87470
Author: Jan Høydahl <janhoy@...>
Date:   2016-10-13T08:46:30Z

    SOLR-9481: Authentication and Authorization plugins now work in standalone 
mode, including edit API

commit 166dca64a65a25ac07fb1255519cbddd5878a12b
Author: Jan Høydahl <janhoy@...>
Date:   2016-10-13T10:41:25Z

    SOLR-9481: Avoid endless loop in case of errors in doEdit. Bail out with 
exception after 3 attempts. Fail hard if exception with local filesystem

commit dd32e07bb7c53086aa33e8845d41a2e6db851084
Author: Jan Høydahl <janhoy@...>
Date:   2016-10-13T12:27:56Z

    SOLR-9640: Support PKI authentication in standalone mode

commit 06c622e59f8261349d2bec3b73f48a1b21948225
Author: Jan Høydahl <janhoy@...>
Date:   2016-10-26T20:19:22Z

    Merge branch 'master' into solr9640
    
    # Conflicts:
    #   solr/CHANGES.txt
    #   
solr/core/src/java/org/apache/solr/handler/admin/SecurityConfHandlerLocal.java
    #   solr/core/src/java/org/apache/solr/servlet/SolrDispatchFilter.java
    #   solr/core/src/test/org/apache/solr/security/BasicAuthStandaloneTest.java

commit 6ee57523003f1b0cd138bac52fec24a6c6fcd33b
Author: Jan Høydahl <janhoy@...>
Date:   2016-10-26T20:51:40Z

    SOLR-9640: Added test case

commit b96c10626ccaefa5a3d0088418d17ac78291a094
Author: Jan Høydahl <janhoy@...>
Date:   2016-10-26T21:10:42Z

    SOLR-9640: Separate method and test for resolveUrlScheme. Now looking in 
sysProp urlScheme too as a way of overriding the solr.jetty.keystore if 
necessary

commit 0bcd9f2be44e0f7599380dff158c281ff546514b
Author: Jan Høydahl <janhoy@...>
Date:   2016-10-26T21:11:52Z

    SOLR-9640: Fix precommit

commit b042b2b975a3ddfe5dde4e2d98aa3cfa22a3ee90
Author: Jan Høydahl <janhoy@...>
Date:   2016-10-26T21:41:42Z

    SOLR-9640: Remove unused class

commit a0ef6bc41b77b31142b779462b708017e7b52d85
Author: Jan Høydahl <janhoy@...>
Date:   2016-10-27T10:02:55Z

    SOLR-9640: Added distributed test for BasicAuth standalone

commit 0ee40486b4707eb4371287f676e257116660ca42
Author: Jan Høydahl <janhoy@...>
Date:   2016-10-27T12:24:18Z

    SOLR-9640: Distributed test case now works

commit c74158d424e00caa05e42e00e01bf07c7e0d42c2
Author: Jan Høydahl <janhoy@...>
Date:   2016-10-27T12:25:03Z

    Merge branch 'master' into solr9640

commit 328c818d4554d48b45bf0161d4e971e9a8213caa
Author: Jan Høydahl <janhoy@...>
Date:   2016-10-27T12:34:36Z

    SOLR-9640: Remove sleep and isRunning assert etc

commit 8c7c2ac4ce5559b06b011f76c4d7877e382e3496
Author: Jan Høydahl <janhoy@...>
Date:   2016-10-27T12:35:26Z

    SOLR-9640: Remove unused imports

commit 677c262a3d4994f5761974de0531d76917894052
Author: Jan Høydahl <janhoy@...>
Date:   2016-10-28T22:35:32Z

    Merge branch 'master' into solr9640

commit 8f007ae1583851ce9e1efcd1f85bd6498d7fc227
Author: Jan Høydahl <janhoy@...>
Date:   2016-11-02T12:44:43Z

    Merge branch 'master' into solr9640
    
    # Conflicts:
    #   solr/core/src/test/org/apache/solr/security/BasicAuthStandaloneTest.java

commit 985e2223f8e48b8086306d0b8a6d7c6723d39d23
Author: Jan Høydahl <janhoy@...>
Date:   2016-11-02T12:51:03Z

    SOLR-9640: Revert unnecessary change to BasicAuthStandaloneTest

commit 586fd4b56e494a4bea644d268301503a9eda2add
Author: Jan Høydahl <janhoy@...>
Date:   2016-11-02T15:19:59Z

    SOLR-9640: Added debugging for /info/key/

commit 48ea0203adce0233f8e072bcd3d8d6ec8b9fdfc7
Author: Jan Høydahl <janhoy@...>
Date:   2017-02-22T21:45:08Z

    Merge branch 'master' into solr9640
    
    # Conflicts:
    #   
solr/core/src/test/org/apache/solr/security/TestPKIAuthenticationPlugin.java

commit fdf35aad1a7ef52478ee75623b2fece3d2e3b194
Author: Jan Høydahl <janhoy@...>
Date:   2017-02-22T21:58:41Z

    SOLR-9640: Fixes after merge master, move changes to 6.5

commit 70cc9c6da603362f02b40e75a3d12a042c0753bc
Author: Jan Høydahl <janhoy@...>
Date:   2017-02-24T11:47:54Z

    Merge branch 'master' into solr9640

commit 48adabb7f2fdb2df5ba21f3fd562669a2d07a096
Author: Jan Høydahl <janhoy@...>
Date:   2017-02-24T12:14:24Z

    SOLR-9640: Remove whitespace

commit adfb55166188be462a69d3a6700aa3c6f90c73cf
Author: Jan Høydahl <janhoy@...>
Date:   2017-02-24T12:27:28Z

    SOLR-9640: Remove whitespace

commit 02fc732ce708c6eb3b78ab6dfced32e62821526f
Author: Jan Høydahl <janhoy@...>
Date:   2017-02-24T12:29:59Z

    SOLR-9640: Remove whitespace

commit 03f92343895c8dc66ffb93d83eaa1c5c0997e55d
Author: Jan Høydahl <janhoy@...>
Date:   2017-02-24T12:33:10Z

    SOLR-9640: Remove whitespace

commit 903c1ff80811d91bbaccb2347ae9ae874db0f9cf
Author: Jan Høydahl <janhoy@...>
Date:   2017-02-24T12:33:41Z

    SOLR-9640: Remove whitespace

commit 76bd42623668b6849aba2e61c33c0a5657a1147d
Author: Jan Høydahl <janhoy@...>
Date:   2018-04-04T10:32:05Z

    Merge branch 'master' into solr9640
    
    # Conflicts:
    #   solr/CHANGES.txt
    #   solr/core/src/java/org/apache/solr/core/CoreContainer.java
    #   solr/core/src/java/org/apache/solr/security/PKIAuthenticationPlugin.java
    #   solr/core/src/java/org/apache/solr/servlet/HttpSolrCall.java
    #   solr/core/src/java/org/apache/solr/servlet/SolrDispatchFilter.java
    #   
solr/core/src/test/org/apache/solr/security/TestPKIAuthenticationPlugin.java

commit 08e13b0743ff627e55414b9e19b72d72deb523dd
Author: Jan Høydahl <janhoy@...>
Date:   2018-04-04T10:39:35Z

    Extract mock class

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to