-
Notifications
You must be signed in to change notification settings - Fork 125
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
Make use of the insecureSkipTlsVerify
in the prometheus basicAuthRoundTripper
#3712
Comments
Hey @mowies I would love to work on this |
Hello @Bharadwajshivam28! Thank, you, assigned! |
Thanks |
insecureSkipTlsVerify
in the prometheus basicAuthRoundTripper
Hey @Bharadwajshivam28 thank you for the PR, unfortunately we found out that there is no need to use the Sorry for the requirement changes! |
okay I have seen the description and will make changes in the codebase accordingly |
This issue will be unassigned in 1 week if no further activity is seen. |
In the current implementation, Keptn is using the basicAuthRoundTripper for creating a http client which is able to skip the TLS verification.
We should make use of the already existing parameter and instead of using the DefaultRoundTripper, we should create a custom one with the usage of the insecureSkipTlsVerify parameter in its config. This way, we should be able to use the value of the parameter in the used
roudTripper
and enable the user to skip/not skip the TLS verification.The text was updated successfully, but these errors were encountered: