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] Create lambda authorizer and integrate with UMLS key for API auth #126

Closed yuanzhou closed 2 months ago

yuanzhou commented 3 months ago

We are moving away from the static API key to use UMLS key for API access control.

yuanzhou commented 3 months ago

@AlanSimmons FYI: this is a corresponding card to https://github.com/x-atlas-consortia/ubkg-api/issues/125

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.