Skip to content

Make use of the insecureSkipTlsVerify in the prometheus basicAuthRoundTripper #3712

Closed as not planned
@odubajDT

Description

@odubajDT

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

Type

No type

Projects

Status

✅ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions