Skip to content

aurokk/ids-hasura-auth-problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ids-hasura-auth-problem

IdS4 + Hasura authorization problem demo program

How to run

  1. Build IdS4
docker build -t rulebook-auth -f Dockerfile.web .
  1. Run IdS4
heroku create -s container
heroku container:push web -a polar-refuge-51031 --recursive
heroku container:release web -a polar-refuge-51031
  1. 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
  1. Reproduce issue

hasura/graphql-engine#983 (comment)

About

IdS4 + Hasura authorization problem demo program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages