3scale/3scale-operator

OpenAPI controller should propagate `insecure_skip_verify` annotation to product and backend resources

eguzki opened this issue · 1 comments

eguzki commented

Currently, when the insecure_skip_verify annotation is set to the OpenAPI CR, the managed product and backend objects will not have that annotation and will fail to sync when the cluster has self signed certificates.

Covered by the following PRs:

#856
#858
#869