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

Build a describer for OAuth access tokens #9012

Closed
stevekuznetsov opened this issue May 24, 2016 · 0 comments · Fixed by #9032
Closed

Build a describer for OAuth access tokens #9012

stevekuznetsov opened this issue May 24, 2016 · 0 comments · Fixed by #9032

Comments

@stevekuznetsov
Copy link
Contributor

stevekuznetsov commented May 24, 2016

We need a describer for OAuthAccessToken objects so that a CLI user can use oc describe on them.

The describer should emit:

  • the user associated with the token
  • a description of the client that created the token
  • a list of the requested scopes
  • the time at which the token expires

/cc @deads2k @fabianofranz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants