We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91b4a44 commit d50229aCopy full SHA for d50229a
src/main/java/com/uid2/core/service/JWTTokenProvider.java
@@ -64,7 +64,7 @@ public String getJWT(Instant expiresAt, Instant issuedAt, Map<String, String> he
64
65
KmsClient client = null;
66
try {
67
- client = getKmsClient(kmsClientBuilderSupplier.get(), this.config);
+ client = getKmsClient(this.kmsClientBuilderSupplier.get(), this.config);
68
} catch (URISyntaxException e) {
69
throw new JwtSigningException(Optional.of("Unable to get KMS Client"), e);
70
}
0 commit comments