You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ go run main.go keys get hydra.openid.id-token --skip-tls-verify --endpoint https://127.0.0.1:4445
Unable to execute request: unknown error (status 404): {resp:0xc000438090}
exit status 1
.well-known/jwks.json also returns no keys
$ curl -k https://localhost:4444/.well-known/jwks.json{"error":"Not Found","error_description":"Unable to located the requested resource","status_code":404,"request_id":""}
Expected behavior
Only deleted public:8390de30-b4cd-4f91-8c3a-7c22712b8bf1 key.
Environment
Version: v1.0.0-rc.16+oryOS.12
Environment: macOS Mojave 10.14.5
DSN=memory
Additional context
When running MySQL and following commit hash, it works for me 51c071f
The text was updated successfully, but these errors were encountered:
Describe the bug
DELETE /keys/{set}/{kid}
endpoint deletes JWK set.https://www.ory.sh/docs/hydra/sdk/api#delete-a-json-web-key
Reproducing the bug
Steps to reproduce the behavior:
Then,
hydra.openid.id-token
has 4 keys.Call delete a JWK API
https://www.ory.sh/docs/hydra/sdk/api#delete-a-json-web-key
Log is as expected.
Then, all
hydra.openid.id-token
keys are deleted..well-known/jwks.json
also returns no keysExpected behavior
Only deleted
public:8390de30-b4cd-4f91-8c3a-7c22712b8bf1
key.Environment
DSN=memory
Additional context
When running MySQL and following commit hash, it works for me
51c071f
The text was updated successfully, but these errors were encountered: