Fix tunnels
This commit is contained in:
@@ -602,11 +602,6 @@ async function connectSSHTunnel(
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
tunnelLogger.warn("User data key not available for endpoint credentials, using tunnel config credentials", {
|
|
||||||
operation: "tunnel_connect",
|
|
||||||
tunnelName,
|
|
||||||
credentialId: tunnelConfig.endpointCredentialId,
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
tunnelLogger.warn(
|
tunnelLogger.warn(
|
||||||
|
|||||||
Reference in New Issue
Block a user