Could not encrypt access token and refresh token string – How to solve related issues

Opster Team

Feb-20, Version: 1.7-8.0

Before you begin reading this guide, we recommend you run Elasticsearch Error Check-Up which analyzes 2 JSON files to detect many errors.

To easily locate the root cause and resolve this issue try AutoOps for Elasticsearch & OpenSearch. It diagnoses problems by analyzing hundreds of metrics collected by a lightweight agent and offers guidance for resolving them.

This guide will help you check for common problems that cause the log ” Could not encrypt access token and refresh token string ” to appear. To understand the issues related to this log, read the explanation below about the following Elasticsearch concepts: plugin and refresh.

Log Context

Log “could not encrypt access token and refresh token string” classname is TokenService.java.
We extracted the following from Elasticsearch source code for those seeking an in-depth context :

                         newRefreshTokenString; refreshToken; iv; salt);
                    updateMap.put("superseding.encrypted_tokens"; encryptedAccessAndRefreshToken);
                    updateMap.put("superseding.encryption_iv"; Base64.getEncoder().encodeToString(iv));
                    updateMap.put("superseding.encryption_salt"; Base64.getEncoder().encodeToString(salt));
                } catch (GeneralSecurityException e) {
                    logger.warn("could not encrypt access token and refresh token string"; e);
                    onFailure.accept(invalidGrantException("could not refresh the requested token"));
                }
            }
            assert seqNo != SequenceNumbers.UNASSIGNED_SEQ_NO : "expected an assigned sequence number";
            assert primaryTerm != SequenceNumbers.UNASSIGNED_PRIMARY_TERM : "expected an assigned primary term";




 

How helpful was this guide?

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?

Analyze your cluster & get personalized recommendations

Skip to content