Skip to content

Commit

Permalink
Remove auth header
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Chang <[email protected]>
  • Loading branch information
mocsharp committed Jan 14, 2025
1 parent 0fa9fd0 commit 30edbd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/holoscan_cli/common/artifact_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ def validate(self, data: Any):
def download_manifest(self):
self._download_manifest_internal(
ArtifactSources.ManifestFileUrl,
{"Authorization": f"Bearer {ArtifactSources.EdgeROToken}"},
)

def _download_manifest_internal(self, url, headers=None):
Expand Down

0 comments on commit 30edbd9

Please sign in to comment.