- Notifications
You must be signed in to change notification settings - Fork927
chore: only show license expiry warning for deployment admins#14488
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
chore: only show license expiry warning for deployment admins#14488
Uh oh!
There was an error while loading.Please reload this page.
Conversation
ethanndickson commentedAug 30, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
This stack of pull requests is managed by Graphite.Learn more about stacking. Join@ethanndickson and the rest of your teammates on |
50b9836
to38a1f9a
Compare38a1f9a
tob6f8edf
Compare36555a7
to6287502
Compareb6f8edf
to5545c0d
CompareThere 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.
Reasonable to me, much better than role checking 👍
e5d4f35
intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Fixes#13939.
The expiry notice is currently only shown to users with at least one role.
Since it's reasonable to have a role but not be considered a deployment admin, we'll only show the warning if the user has permission to read the deployment config.
Stacked as CI would not otherwise pass until#14489 is merged.