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.
[X] Open up GET requests in Provider API
[X] Deploy changes to AWS dev
[ ] Implement proper authentication for GET requests, ensuring secure inter-cluster communication between the validator and ingest-core.
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.