Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JWT Set Name Missing From ory get jwt <name> #387

Open
5 tasks done
shazaman23 opened this issue Oct 9, 2024 · 0 comments
Open
5 tasks done

JWT Set Name Missing From ory get jwt <name> #387

shazaman23 opened this issue Oct 9, 2024 · 0 comments
Labels
bug Something is not working.

Comments

@shazaman23
Copy link

Preflight checklist

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:

  1. Create a JWK using the API or CLI - ory create jwk my-ory-key-set --alg ES256
  2. Run ory get jwk my-ory-key-set [--format table|yaml|json|json-pretty|...
  3. See the result contains a set attribute/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

@shazaman23 shazaman23 added the bug Something is not working. label Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is not working.
Projects
None yet
Development

No branches or pull requests

1 participant