Closed as not planned
Closed as not planned
Description
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.
Metadata
Metadata
Assignees
Type
Projects
Status
✅ Done