Skip to content

Commit

Permalink
ingest can see all samples
Browse files Browse the repository at this point in the history
  • Loading branch information
daisieh committed Nov 14, 2024
1 parent 133587e commit 72c49f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htsget_server/htsget_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def _get_samples(samples):
for cohort in samples_by_cohort:
result.extend(samples_by_cohort[cohort])
else:
if authz.request_is_from_query(connexion.request):
if authz.request_is_from_query(connexion.request) or authz.request_is_from_ingest(connexion.request):
for cohort in samples_by_cohort:
result.extend(samples_by_cohort[cohort])
else:
Expand Down

0 comments on commit 72c49f8

Please sign in to comment.