Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

We support proxies woot #696

Merged
merged 13 commits into from
Mar 15, 2024
Merged

We support proxies woot #696

merged 13 commits into from
Mar 15, 2024

Conversation

hulto
Copy link
Collaborator

@hulto hulto commented Mar 10, 2024

What type of PR is this?

/kind feature

What this PR does / why we need it:

Adds support for http and https proxies in Imix

Which issue(s) this PR fixes:

fixes #705

@hulto hulto requested a review from raynecafaro March 10, 2024 05:27
Copy link

codecov bot commented Mar 10, 2024

Codecov Report

Attention: Patch coverage is 9.83607% with 55 lines in your changes are missing coverage. Please review.

Project coverage is 71.65%. Comparing base (3192f98) to head (a5a7bc6).

Files Patch % Lines
implants/imix/src/config.rs 0.00% 35 Missing ⚠️
implants/lib/transport/src/grpc.rs 0.00% 18 Missing ⚠️
implants/imix/src/agent.rs 0.00% 1 Missing ⚠️
implants/lib/transport/src/mock.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #696      +/-   ##
==========================================
- Coverage   71.95%   71.65%   -0.31%     
==========================================
  Files         175      175              
  Lines       12251    12287      +36     
==========================================
- Hits         8815     8804      -11     
- Misses       3221     3268      +47     
  Partials      215      215              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Cictrone
Cictrone previously approved these changes Mar 10, 2024
@@ -100,13 +113,52 @@ impl Default for Config {
"failed to parse retry interval constant, defaulting to 5 seconds: {_err}"
);

5_u64
5
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is there a reason we removed the type hint?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah it confused me and I deleted it broke everything and so this is my attempt to confuse less ppl

Cictrone
Cictrone previously approved these changes Mar 15, 2024
Copy link
Collaborator

@Cictrone Cictrone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just one question/nit

@hulto hulto merged commit 69a5492 into main Mar 15, 2024
6 of 8 checks passed
@hulto hulto deleted the grpc-support-http-proxy branch March 15, 2024 03:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Imix certs
2 participants