Getting error when add HASURA_GRAPHQL_JWT_SECRET in self hosted hasura graphql #8452
Unanswered
vipinjohar
asked this question in
Question
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When i put my dockr-compose.yml file -- HASURA_GRAPHQL_JWT_SECRET: '{"type":"RS256", "jwk_url": "https://cognito-idp.(aws -region).console.amazonaws.com/pool-id.well-known/jwks.json"}' it stop working and throwing below error
Error fetching JWK: ConnectionFailure Network.Socket.getAddrInfo (called with preferred socket type/protocol:
AddrInfo {addrFlags = [AI_ADDRCONFIG], addrFamily = AF_UNSPEC, addrSocketType = Stream, addrProtocol = 6, addrAddress = 0.0.0.0:0,
addrCanonName = Nothing}, host name: Just "cognito-idp.us-east-1.console.amazonaws.com", service name: Just "443"): does not exist (Name or service not known)
my hasura engine is self hosted on aws ec2 ,please help me to solve this
Beta Was this translation helpful? Give feedback.
All reactions