-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[ui] Token management interface on policy pages #15435
[ui] Token management interface on policy pages #15435
Conversation
Ember Asset Size actionAs of 0200e2d Files that got Bigger 🚨:
Files that stayed the same size 🤷:
|
Ember Test Audit comparison
|
028be51
to
c4740e1
Compare
92d8cea
to
698068b
Compare
c4740e1
to
9fa01ac
Compare
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
@media #{$mq-hidden-gutter} { | ||
.token-operations { | ||
grid-auto-flow: row; | ||
grid-template-columns: 1fr; | ||
} | ||
} |
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.
Feeling really good. Small ignorable request: When you create an example token, do you think we could auto-copy to the clipboard? Seems marginally nicer than having the user copy from the alert. Also, I think the policy name has to be wrapped in quotes in case they have a space. This command will fail for instance: Should Policy Deleted and Token Deleted alerts be auto-removed? I see why the Example Token created one wouldn't be (since you have to copy), but it might be nice to remove the others after N seconds. |
64f3e29
to
396de14
Compare
@mikenomitch Added a "Copy to Clipboard" button and set timeout on that particular notification to 30sec. Changed timeouts for token and policy deletion from 60sec ( Added quotes to the example CLI command, thanks for spotting that! |
Ember Test Audit flaky testsEmber Test Audit detected these flaky tests on 9b5c207c7e42874650cfb67c0acb9ea6bc3434ab:
|
9b5c207
to
26d854f
Compare
26d854f
to
926e9a2
Compare
9e06183
to
0200e2d
Compare
I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions. |
Adds the ability to view, delete, and create tokens associated with a given policy in the new Policies UI.
Ability to do any of this is available only to
manager
tokens only.