x-atlas-consortia / ubkg-api

A web service for the Unified Biomedical Knowlege Graph system
MIT License
0 stars 0 forks source link

[Data Distillery UBKG API] Remove API key and Usage plan from AWS API Gateway #125

Closed yuanzhou closed 2 months ago

yuanzhou commented 3 months ago

Initially we chose to use a static API key generated from AWS API Gateway for the Data Distillery UBKG API access control. We'll move to use UMLS key so individual users can register their own UMLS key and use that for the API access.

yuanzhou commented 3 months ago

@AlanSimmons FYI:

Once this change is in place, you'll need to update the test script to use Authorization: Bearer <UMLS-key> to replace the current instance of X-API-Key: <static-api-key> in the request header.