Skip to content

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

@shazaman23

Description

@shazaman23

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething is not working.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions