Is there a way with the Ory API or SDK to get the ...
# ory-network
b
Is there a way with the Ory API or SDK to get the public keys from a key set? Essentially the equivalent of this:
Copy code
ory get jwk our-set \
   --public \
   --project $project_id --format json-pretty
It looks like
/admin/keys/{set}
returns the private keys
s
b
Thanks!
Except that only seems to return the public keys for the default keys created by Ory.... The kid in the key returned by
/admin/keys/{set}
is different from the keys returned by
./well-known/jwks.json
I'm looking for the public key for a jwk created via
ory create jwk