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
By default, when running local experiments, the beacon and execution services are allowed to connect to external networks.
Risks
While the risk of actual network interference is currently low (due to differing genesis hashes), users may not be aware that a locally tested network could still reach out to other networks.
This also adds additional noise to some of the clients logs causing confusion during repro/RCA-ing that occurs post experiment.
Plausible Solutions
Restrict the beacon/execution services/containers to only use the network provided by Kurtosis. This would eliminate unintentional external connections and clearly communicate to users that testing is isolated by default.
Use the beacon/execution launchers to restrict the networks via CL args to the services themselves.
The text was updated successfully, but these errors were encountered:
Issue
By default, when running local experiments, the beacon and execution services are allowed to connect to external networks.
Risks
Plausible Solutions
The text was updated successfully, but these errors were encountered: