hubmapconsortium / antibody-api

API for the Antibody DB.
https://avr.hubmapconsortium.org/
0 stars 0 forks source link

Protect reindex endpoint behind gateway #29

Closed shirey closed 1 year ago

shirey commented 2 years ago

Protect the reindex endpoint at the gateway so only users in the HuBMAP-Data-Admin can call it

yuanzhou commented 1 year ago

The PUT /reindex-all call is already protected. However, the individual PUT /reindex/<uuid> call doesn't require Data-Admin access, it only requires Read access.

@shirey were you referring to the reindex-all or individual reindex call in this card originally?

shirey commented 1 year ago

@yuanzhou This was for reindex-all so closing.