Hey all, I am trying v1.9.1 on ubuntu 20.04 and wh...
# talk-hydra
m
Hey all, I am trying v1.9.1 on ubuntu 20.04 and while running the command
docker-compose -f quickstart.yml -f quickstart-postgres.yml up
I am getting the following error-
Copy code
time=2023-05-30T17:25:43Z level=fatal msg=Could not ensure that signing keys for "hydra.openid.id-token" exists. If you are running against a persistent SQL database this is most likely because your "secrets.system" ("SECRETS_SYSTEM" environment variable) is not set or changed. When running with an SQL database backend you need to make sure that the secret is set and stays the same, unless when doing key rotation. This may also happen when you forget to run "hydra migrate sql".. audience=application error=map[message:failed to connect to `host=postgresd user=hydra database=hydra`: hostname resolving error (lookup postgresd on 127.0.0.11:53: server misbehaving)] service_name=ORY Hydra service_version=v1.9.0-rc.0
I have used this before but this is the first time I have encountered this issue 😞 any ideas ? Thanks