oidc-platform
oidc-platform copied to clipboard
Write a function that validates the installation
It would be helpful to have some code that checks for required environment variables and any other required install/setup stuff and execute that code somewhere. My first thought is to do it in the /health-check
endpoint, but it might be better to do it on npm start
. Maybe both.
Will need to decide exactly what to check and where to check it before work can happen on this.
Related to #80
Niiiice - didn't realize that was ENV related. We can work from that issue or this one. I think it should be a comprehensive "required env var" thing rather than just an email thing.