Closed m-horky closed 3 weeks ago
insights-client usually upgrades to use non-legacy API. But with auto_config=False, this code isn't run and the upload to Ingress fails. We have to set this explicitly if we want to test in non-production environments.
auto_config=False
insights-client usually upgrades to use non-legacy API. But with
auto_config=False
, this code isn't run and the upload to Ingress fails. We have to set this explicitly if we want to test in non-production environments.