We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14ed5ef commit e0a51a1Copy full SHA for e0a51a1
agent-control/src/agent_control/run/on_host.rs
@@ -167,7 +167,7 @@ impl AgentControlRunner {
167
// We are setting client http in debug_assertions mode for tests
168
let oci_client_config = ClientConfig {
169
#[cfg(debug_assertions)]
170
- protocol: ClientProtocol::Http,
+ protocol: ClientProtocol::HttpsExcept(vec!["localhost".to_string()]),
171
..Default::default()
172
};
173
0 commit comments