-
Notifications
You must be signed in to change notification settings - Fork 32
Icu 18007 read details #3104
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
base: llb/app-tokens
Are you sure you want to change the base?
Icu 18007 read details #3104
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
3023c3d to
ba23582
Compare
ui/admin/tests/integration/components/description-list/index-test.js
Outdated
Show resolved
Hide resolved
ui/admin/tests/integration/components/description-list/index-test.js
Outdated
Show resolved
Hide resolved
ui/admin/tests/integration/components/description-list/item-test.js
Outdated
Show resolved
Hide resolved
ui/admin/app/templates/scopes/scope/app-tokens/app-token/index.hbs
Outdated
Show resolved
Hide resolved
lisbet-alvarez
left a comment
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.
Looking good! Just left a couple questions + suggestions
cameronperera
left a comment
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.
Thanks for addressing the feedback. This looks great! I found one small display issue but I think this will be ready to go after that!
|
|
||
| return { | ||
| icon: 'grid', | ||
| text: this.intl.t('resources.scope.types.project'), |
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.
I see we are using text for the display. This is showing up as Global, Org, or Project depending on the scope level. We should be using the scope.displayName here to show the scope name or id if it has no name.
Description
This PR adds a read-only details page for viewing app token information -> status, scope, TTL/TTS configuration, and usage tracking.
🎟️ Jira ticket
Screenshots (if appropriate)
How to Test
Navigate to token details
/scopes/{scope_id}/app-tokensChecklist
a11y-testslabel to run a11y audit tests if neededPCI review checklist
Examples of changes to security controls include using new access control methods, adding or removing logging pipelines, etc.