-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Issue 20457/http certificate check via proxy #20473
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
base: master
Are you sure you want to change the base?
Issue 20457/http certificate check via proxy #20473
Conversation
051f271
to
b74c965
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
b74c965
to
2ffe409
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @mvanholsteijn, thank you for your contribution!
The changes look good overall, I just have a few comments. 😃
image: mashape/mockbin | ||
image: dockette/mockbin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this change needed?
http_check/tests/compose/.curlrc
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this file is needed as curl isn't used anywhere.
Correct me if I'm wrong 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this file will make it very easy for the developer to use curl to test the setup via the docker compose services with and without proxy
Co-authored-by: dkirov-dd <166512750+dkirov-dd@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
I just have a few small requests remaining.
Also, could you resolve the conflict? I think you just need to bump the cryptography version.
Thanks again for the contribution!
|
||
redis: | ||
container_name: mockbin_redis | ||
image: redis | ||
|
||
mockbin: | ||
container_name: mockbin | ||
image: mashape/mockbin | ||
image: dockette/mockbin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
image: dockette/mockbin | |
image: mashape/mockbin |
If there is no reason for this change, we can revert it.
ports: | ||
- "8080:8080" | ||
- "8080:8000" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- "8080:8000" | |
- "8080:8080" |
If there is no reason for this change, we can revert it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the clarification on the use cases for this file!
I personally prefer to avoid manual testing when it can be included in the test files.
Could you please remove the file from the PR. 🙏
What does this PR do?
support for HTTP certificate check via proxy
Motivation
I have the problem in our production environment.
Review checklist (to be filled by reviewers)
qa/skip-qa
label if the PR doesn't need to be tested during QA.backport/<branch-name>
label to the PR and it will automatically open a backport PR once this one is merged