Giter VIP home page Giter VIP logo

hasura-keycloak's People

Contributors

janhapke avatar outluch avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

hasura-keycloak's Issues

Un-comment HASURA_GRAPHQL_JWT_SECRET

It took me a while to figure out why my authorization header was not working in Hasura console. I had not uncommented the HASURA_GRAPHQL_JWT_SECRET in docker-compose.yml.

I think this should automatically be uncommented, or add something to the readme to uncomment it before running docker-compose up

package-lock.json missing in keycloak-hasura-action

Building the action fails as the package lock is missing and the Dockerfile is using npm ci. As a temporary fix I replaced ci with i.

Could you commit a package-lock.json?

Building keycloak-hasura-action                                                                                                             
Sending build context to Docker daemon   7.68kB                                                                                             
Step 1/5 : FROM node:14-alpine                                                                                                              
14-alpine: Pulling from library/node                                                                                                        
59bf1c3509f3: Pull complete                                                                                                                 
39aa0d19fbe1: Pull complete                                                                                                                 
f0b94cdce0f3: Pull complete                                                                                                                 
664688b94c15: Pull complete                                                                                                                 
Digest: sha256:9a2aa545388a135b496bd55cef2be920b96c4526c99c140170e05a8de3fce653                                                             
Status: Downloaded newer image for node:14-alpine                                                                                           
 ---> 755b96824e40                                                                                                                          
Step 2/5 : WORKDIR /app                                                                                                                     
 ---> Running in 1eb49837f903                                                                                                               
Removing intermediate container 1eb49837f903                                                                                                
 ---> ca365fe6305e                                                                                                                          
Step 3/5 : COPY ./* ./                                                                                                                      
 ---> 2c391d25d5a0                                                                                                                          
Step 4/5 : RUN npm ci                                                                                                                       
 ---> Running in 276276328d9d                                                                                                               
npm ERR! cipm can only install packages with an existing package-lock.json or npm-shrinkwrap.json with lockfileVersion >= 1. Run an install 
with npm@5 or later to generate it, then try again. 

Problem with revoked token

Hello I have setup a keycloak + hasura connection with the current method but when I am revoking the token using the
auth/realms/master/protocol/openid-connect/revoke the token is still valid and I can make requests with it to hasura server

doesnt build on windows

I failed to build "docker-compose up" under windows after the last "JWK"-step. Hasura is not communicating with keycloak.

  • "Error fetching JWK: NoResponseDataReceived"

Possible reason for failure:
windows doesn't support docker hosts

Possible solution:

  • rename hosts to "host.docker.internal" or "localhost".
  • You will need to give them all unique ports.. I think..

Anyone else having this problem?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.