-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
identity/oidc: adds detailed listing capability for clients and providers #16567
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Looks like we're missing a changelog?
Does it support the |
@calvn - Good question, I thought it might be okay for this to not work with the |
The CLI formats the list with
|
Changed approach to use |
This PR adds detailed listing capability for OIDC clients and providers by introducing the
detailed
query parameter. The motivation for this is to improve the user experience in the Vault UI.Example of detailed client list:
Example of detailed provider list:
$ vault list -detailed identity/oidc/provider Keys allowed_client_ids issuer scopes_supported ---- ------------------ ------ ---------------- default [*] http://127.0.0.1:8200/v1/identity/oidc/provider/default []