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.
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.