Read keystore from env var
jaxoncreed opened this issue · 3 comments
jaxoncreed commented
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
michielbdejong commented
For deployment to Heroku, I think this would have to be either in an env var or in Redis.
jaxoncreed commented
This should maybe be a Pod server issue. I've updated the idp to take in the keystore as a config option
michielbdejong commented
Fixed in the archiveIDPConfiguration repo, will backport here later.