paul-tqh-nguyen / arxiv_as_a_newspaper

arxiv.org portrayed as if it were a news paper.
0 stars 0 forks source link

Robustify against READONLY credentials in our ETL Process #3

Closed paul-tqh-nguyen closed 5 years ago

paul-tqh-nguyen commented 5 years ago

When we can't write or delete from the DB with the user-given credentials (but we can read with them), we might get an exception.

Make sure that we either don't get an exception or that we re-request credentials in that case with a useful message.

paul-tqh-nguyen commented 5 years ago

This is now invalid since we don't need or have any READONLY credentials anymore now that we use MongoDB Stitch.