nov / openid_connect

OpenID Connect Server & Client Library
MIT License
417 stars 122 forks source link

OIDC Provider app broken on Heroku #70

Closed kyleboe closed 11 months ago

kyleboe commented 2 years ago

Hitting https://connect-op.herokuapp.com/ I just get:

image

Possibly related to #71

willdowglas commented 2 years ago

That is because Heroku stopped the free tier.

You can read more about it here: https://blog.heroku.com/next-chapter.

To keep Heroku running in open-source projects, the maintainer must email them, as you can read in this quote:

Open Source Support We are continuing our involvement in open source. Salesforce is proud of the impactful contribution we’ve made with Cloud Native Buildpacks. We are maintainers of the Buildpacks project, which takes your application source code and produces a runnable OCI image. The project was contributed to the CNCF Sandbox in 2018 and graduated to Incubation in 2020. For most Heroku users, Buildpacks remove the worry about how to package your application for deployment, and we are expanding our use of Buildpacks internally in conjunction with our Kubernetes-based Hyperforce initiative. For a more technical Hyperforce discussion, click here.

If you are a maintainer on an open source project, and would like to request Heroku support for your project, contact the Salesforce Open Source Program office.