Skip to content
New issue

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

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

Already on GitHub? # to your account

removing InsecureSkipVerify #426

Closed

Conversation

mohamedasifs123
Copy link
Contributor

closes #341

Signed-off-by: mohamedasifs123 <asifabu272@gmail.com>
@mohamedasifs123 mohamedasifs123 requested a review from a team as a code owner June 26, 2024 14:47
Copy link
Member

@glimchb glimchb left a comment

Choose a reason for hiding this comment

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

@mohamedasifs123 did you test it ? it fails ci for me...

@@ -225,9 +225,8 @@ func (a *Agent) downloadAndValidateImage() error {
Transport: &http.Transport{
TLSClientConfig: &tls.Config{
//nolint:gosec
Copy link
Contributor

@bhoopesh369 bhoopesh369 Jun 27, 2024

Choose a reason for hiding this comment

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

this comment can be removed now

@mohamedasifs123
Copy link
Contributor Author

Yeh for me too test falling. We need to come up with another way.

@glimchb
Copy link
Member

glimchb commented Jun 27, 2024

Yeh for me too test falling. We need to come up with another way.

so let's close this PR for now until we have a solutions

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

remove InsecureSkipVerify when downloading images
3 participants