You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
result.Errors=append(result.Errors, ConfigError{Field: "key_name", Actual: cv.config.SupernodeConfig.KeyName, Message: fmt.Sprintf("Key '%s' not found in keyring", cv.config.SupernodeConfig.KeyName)})
53
+
iferr==nil {
54
+
returnnil
56
55
}
56
+
57
+
result.Valid=false
58
+
59
+
// Provide a more actionable error message that includes keyring backend and
60
+
// directory, and preserve the original error for debugging.
61
+
msg:=fmt.Sprintf(
62
+
"failed to load key %q from keyring (backend=%s, dir=%s): %v. "+
63
+
"Ensure the key exists and that your keyring passphrase configuration is correct.",
0 commit comments