-
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
bugSomething is not working.Something is not working.
Description
Preflight checklist
- I could not find a solution in the existing issues, docs, nor discussions.
- I agree to follow this project's Code of Conduct.
- I have read and am following this repository's Contribution Guidelines.
- I have joined the Ory Community Slack.
- I am signed up to the Ory Security Patch Newsletter.
Ory Network Project
https://pensive-lalande-5xnn9nb8fm.projects.oryapis.com
Describe the bug
When I run the CLI command to get JWKS the response comes back with an empty set attribute. The expected behavior is that the set attribute should contain the JWKS name like so "set": "my-ory-key-set". The same behavior is seen whether you pass no --format argument or you pass --format with a valid format type.
Reproducing the bug
Steps to reproduce:
- Create a JWK using the API or CLI -
ory create jwk my-ory-key-set --alg ES256 - Run
ory get jwk my-ory-key-set [--format table|yaml|json|json-pretty|... - See the result contains a
setattribute/column but it has an empty string value instead of"my-ory-key-set"
Relevant log output
No response
Relevant configuration
No response
Version
v0.3.4
On which operating system are you observing this issue?
macOS
In which environment are you deploying?
Ory Network
Additional Context
No response
Metadata
Metadata
Assignees
Labels
bugSomething is not working.Something is not working.