File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/authc Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ public final class TokenService {
189189 static final int MINIMUM_BYTES = VERSION_BYTES + TOKEN_LENGTH + 1 ;
190190 static final int LEGACY_MINIMUM_BASE64_BYTES = Double .valueOf (Math .ceil ((4 * LEGACY_MINIMUM_BYTES ) / 3 )).intValue ();
191191 static final int MINIMUM_BASE64_BYTES = Double .valueOf (Math .ceil ((4 * MINIMUM_BYTES ) / 3 )).intValue ();
192- static final Version VERSION_HASHED_TOKENS = Version .V_8_0_0 ;
192+ static final Version VERSION_HASHED_TOKENS = Version .V_7_2_0 ;
193193 static final Version VERSION_TOKENS_INDEX_INTRODUCED = Version .V_7_2_0 ;
194194 static final Version VERSION_ACCESS_TOKENS_AS_UUIDS = Version .V_7_2_0 ;
195195 static final Version VERSION_MULTIPLE_CONCURRENT_REFRESHES = Version .V_7_2_0 ;
You can’t perform that action at this time.
0 commit comments