Skip to content

Conversation

@sohail-hashicorp
Copy link
Collaborator

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)

image

How to Test

Navigate to token details

  • Go to /scopes/{scope_id}/app-tokens
  • Click on any token name
  • Verify you see token details with name, description, status, scope, TTL/TTS info

Checklist

  • I have added before and after screenshots for UI changes
  • I have added JSON response output for API changes
  • I have added steps to reproduce and test for bug fixes in the description
  • I have commented on my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • I have added a11y-tests label to run a11y audit tests if needed

PCI review checklist

  • I have documented a clear reason for, and description of, the change I am making.
  • If applicable, I've documented a plan to revert these changes if they require more than reverting the pull request.
  • If applicable, I've documented the impact of any changes to security controls.
    Examples of changes to security controls include using new access control methods, adding or removing logging pipelines, etc.

@vercel
Copy link

vercel bot commented Dec 5, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
boundary-ui Ready Ready Preview Comment Dec 12, 2025 1:12pm
boundary-ui-desktop Ready Ready Preview Comment Dec 12, 2025 1:12pm

Copy link
Collaborator

@lisbet-alvarez lisbet-alvarez left a 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

Copy link
Collaborator

@cameronperera cameronperera left a 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'),
Copy link
Collaborator

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.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants