Hi, I'm trying to import jwk to overwrite the "hydra.jwt.access-token" entry. However, it just creates new entry with random sid. Looking at cmd_import_jwk.go, line 117: result, _, err := m.JwkApi.SetJsonWebKey(cmd.Context(), k.Kid, set).JsonWebKey(k).Execute()
The k.Kid and set seems to be swapped?