ebi-ait / submissions-workstream

A repository dedicated to the submissions workstreams - All code, materials and services go here.
0 stars 0 forks source link

Fix 401 Error for ingest-validator and Provider API #22

Closed KociOrges closed 2 weeks ago

KociOrges commented 1 month ago

While testing the ingest-validator, we encountered a 401 Unauthorized error due to restricted access on GET requests in the ingest-core (Provider API). To resolve this issue and allow the ingest-validator to function correctly, we temporarily opened up the GET requests in the ingest-core's security configuration. This allowed the validator to access required resources without authentication.