We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ba46ac commit 91d3e69Copy full SHA for 91d3e69
1 file changed
pkg/identity/identity.go
@@ -260,6 +260,7 @@ func loadPrivateKey(identityDir, nodeName string, decrypt bool, agePasswordFile
260
return "", fmt.Errorf("invalid encrypted key path for node %s: %w", nodeName, err)
261
}
262
263
+ logger.Info("Encrypted key path", "path", encryptedKeyPath)
264
unencryptedKeyPath, err := pathutil.SafePath(identityDir, unencryptedKeyFileName)
265
if err != nil {
266
return "", fmt.Errorf("invalid unencrypted key path for node %s: %w", nodeName, err)
0 commit comments