You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by eh...@apache.org on 2020/09/16 18:12:21 UTC

[lucene-solr] 02/02: SOLR-14799: add CHANGES entry

This is an automated email from the ASF dual-hosted git repository.

ehatcher pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit b643de6f1747d67389460a7e9ea156fc809be040
Author: Erik Hatcher <er...@lucidworks.com>
AuthorDate: Wed Sep 16 14:11:53 2020 -0400

    SOLR-14799: add CHANGES entry
---
 solr/CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 6f7ed9c..480c1ac 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -48,6 +48,8 @@ Improvements
 
 * SOLR-14722: Track timeAllowed from earlier in the request lifecycle. (David Smiley)
 
+* SOLR-14799: JWT authentication plugin only requires "sub" claim when principalClaim=sub. (Erik Hatcher)
+
 Optimizations
 ---------------------