hey while doing secret key hydra rotation locally ...
# talk-hydra
b
hey while doing secret key hydra rotation locally getting connection refused but running the hydra using docker locally just want to know when we roate keys that that time any redirect url is returned o can set that in local proxy
Copy code
Post "<http://localhost:4445/admin/keys/hydra.jwt.access-token>": dial tcp 127.0.0.1:4445: connect: connection refused
command which I am using
Copy code
docker run -it --rm \
  oryd/hydra:$HYDRA_IMAGE_TAG \
  create jwks --endpoint=<http://localhost:4445/> hydra.jwt.access-token --alg RS256