kendraio / kendraio-app

Kendraio App
https://app.kendra.io
MIT License
22 stars 6 forks source link

Move Kendraio proxy off dying Heroku DB #318

Open lukestanley opened 2 years ago

lukestanley commented 2 years ago

We are using a Heroku Postgres database for backing the Kendraio Proxy (which uses the Hasura GraphQL API): https://cloud.hasura.io/project/c99bd82f-566a-445b-a514-8fa0cecacbce

But it is being hosted on the Heroku free tier which Salesforce are killing off (see https://blog.heroku.com/next-chapter ).

The database is simply a domain whitelist, currently for: reqres.in, resonate, api-sandbox.uphold.com, api.harvestapp.com, api.uphold.com, drive.google.com

We can expect flows depending on CORS proxying to these APIs to fail when Heroku pulls the rug if we have not switched.

gsambrotta commented 8 months ago

@lukestanley Still valid?