You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2020/08/17 02:43:42 UTC

[lucene-solr] branch reference_impl_dev updated: @560 I've been staring at the edge of the water, long as I can remember, never really knowing why.

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

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


The following commit(s) were added to refs/heads/reference_impl_dev by this push:
     new df64e69  @560 I've been staring at the edge of the water, long as I can remember, never really knowing why.
df64e69 is described below

commit df64e69210fc2c46e9680c9789934b9a17aed140
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Sun Aug 16 21:43:28 2020 -0500

    @560 I've been staring at the edge of the water, long as I can remember, never really knowing why.
---
 solr/core/src/test/org/apache/solr/security/JWTAuthPluginTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/core/src/test/org/apache/solr/security/JWTAuthPluginTest.java b/solr/core/src/test/org/apache/solr/security/JWTAuthPluginTest.java
index 8389f1f..73cd320 100644
--- a/solr/core/src/test/org/apache/solr/security/JWTAuthPluginTest.java
+++ b/solr/core/src/test/org/apache/solr/security/JWTAuthPluginTest.java
@@ -65,7 +65,7 @@ public class JWTAuthPluginTest extends SolrTestCaseJ4 {
   static {
     // Generate an RSA key pair, which will be used for signing and verification of the JWT, wrapped in a JWK
     try {
-      rsaJsonWebKey = RsaJwkGenerator.generateJwk(2048);
+      rsaJsonWebKey = RsaJwkGenerator.generateJwk(512);
       rsaJsonWebKey.setKeyId("k1");
 
       testJwk = new HashMap<>();