IdS4 + Hasura authorization problem demo program
- Build IdS4
docker build -t rulebook-auth -f Dockerfile.web .
- Run IdS4
heroku create -s container
heroku container:push web -a polar-refuge-51031 --recursive
heroku container:release web -a polar-refuge-51031
- Run Hasura
heroku create -s container
heroku addons:create -a serene-basin-12094 heroku-postgresql:hobby-dev
heroku container:push web -a serene-basin-12094 --recursive
heroku container:release web -a serene-basin-12094
- Reproduce issue