inrupt/pod-server

Read keystore from env var

jaxoncreed opened this issue · 3 comments

Keystore is currently imported as a json or ts document, which breaks depending on your build process. So, it should be a file that uses FS to require

For deployment to Heroku, I think this would have to be either in an env var or in Redis.

This should maybe be a Pod server issue. I've updated the idp to take in the keystore as a config option

Fixed in the archiveIDPConfiguration repo, will backport here later.