[GitHub] lucene-solr pull request #458: SOLR-12799: Allow Authentication Plugins to i...

2018-12-13 Thread janhoy
Github user janhoy closed the pull request at: https://github.com/apache/lucene-solr/pull/458 --- - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

[GitHub] lucene-solr pull request #458: SOLR-12799: Allow Authentication Plugins to i...

2018-12-12 Thread janhoy
Github user janhoy commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/458#discussion_r240997747 --- Diff: solr/core/src/test/org/apache/solr/security/BasicAuthIntegrationTest.java --- @@ -232,6 +229,17 @@ public void testBasicAuth() throws Exception

[GitHub] lucene-solr pull request #458: SOLR-12799: Allow Authentication Plugins to i...

2018-12-11 Thread janhoy
Github user janhoy commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/458#discussion_r240523872 --- Diff: solr/core/src/java/org/apache/solr/security/BasicAuthPlugin.java --- @@ -181,7 +217,54 @@ public boolean getBlockUnknown(){ }

[GitHub] lucene-solr pull request #458: SOLR-12799: Allow Authentication Plugins to i...

2018-12-10 Thread janhoy
Github user janhoy commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/458#discussion_r240234930 --- Diff: solr/core/src/java/org/apache/solr/security/BasicAuthPlugin.java --- @@ -172,6 +192,22 @@ public void closeRequest() { Map getPromptHe

[GitHub] lucene-solr pull request #458: SOLR-12799: Allow Authentication Plugins to i...

2018-12-10 Thread janhoy
Github user janhoy commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/458#discussion_r240235679 --- Diff: solr/core/src/java/org/apache/solr/security/BasicAuthPlugin.java --- @@ -181,7 +217,54 @@ public boolean getBlockUnknown(){ }

[GitHub] lucene-solr pull request #458: SOLR-12799: Allow Authentication Plugins to i...

2018-12-10 Thread janhoy
Github user janhoy commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/458#discussion_r240236834 --- Diff: solr/core/src/test/org/apache/solr/security/BasicAuthIntegrationTest.java --- @@ -232,6 +229,17 @@ public void testBasicAuth() throws Exception

[GitHub] lucene-solr pull request #458: SOLR-12799: Allow Authentication Plugins to i...

2018-09-24 Thread janhoy
GitHub user janhoy opened a pull request: https://github.com/apache/lucene-solr/pull/458 SOLR-12799: Allow Authentication Plugins to intercept internode requests on a per-request basis Framework support for per-request decision on whether to secure inter-node requests You can merg