Skip to content

Commit

Permalink
Re-fix intra-cluster authentication (MID-5162)
Browse files Browse the repository at this point in the history
Fix of fix of fix of fix of ...
  • Loading branch information
mederly committed Mar 1, 2019
1 parent 4ee9e18 commit 5376424
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -118,7 +118,7 @@ public void execute(@NotNull NodeType node, @NotNull BiConsumer<WebClient, Opera
}
String secret;
try {
secret = protector.decryptString(node.getSecret());
secret = protector.decryptString(protectedSecret);
} catch (EncryptionException e) {
throw new SystemException("Couldn't decrypt local node secret: " + e.getMessage(), e);
}
Expand Down

0 comments on commit 5376424

Please sign in to comment.