-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
False
-
-
False
-
Unset
-
None
-
-
The cloud-connector availability checks are currently using cloud-connector's v1 interface. This means that the availability checks for anemic tenants will most likely fail.
This function needs to be modified:
https://github.com/RedHatInsights/sources-api-go/blob/main/service/availability_check.go#L218
The url that is used will need to be changed. The http method needs to be changed from GET to POST.
The "CLOUD_CONNECTOR_AVAILABILITY_CHECK_URL" env var will need to be modified.
While making this change, please modify these lines to avoid printing out the request body:
https://github.com/RedHatInsights/sources-api-go/blob/main/service/availability_check.go#L251
https://github.com/RedHatInsights/sources-api-go/blob/main/service/availability_check.go#L252