Skip to content

Commit

Permalink
fixup! fixup! fix: Add authentication to reporting-api (#2329)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleixhub committed Dec 24, 2024
1 parent 67703bc commit 4ee2aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog-manager/operator/catalog_item_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ async def get_is_disabled(self):
response = await resp.json()
return response.get("disabled", False)
except Exception as e:
return response.get("disabled", False)
return False
self.logger.warn(
f"/catalog_incident/last-incident/{self.catalog_item.labels['gpte.redhat.com/asset-uuid']}/{self.catalog_item.labels['babylon.gpte.redhat.com/stage']} - {resp.status}"
)
Expand Down

0 comments on commit 4ee2aa8

Please sign in to comment.