-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Add ReviewRequests to User ACL #48536
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rudream
approved these changes
Nov 6, 2024
This pull request is automatically being deployed by Amplify Hosting (learn more). |
kimlisa
approved these changes
Nov 6, 2024
public-teleport-github-review-bot
bot
removed the request for review
from ryanclark
November 6, 2024 19:11
avatus
force-pushed
the
avatus/fix_topbar_access
branch
from
November 6, 2024 22:26
2e0baf7
to
4a4e929
Compare
avatus
requested review from
klizhentas,
russjones,
r0mant,
zmb3,
fheinecke,
camscale,
tcsc,
rosstimothy and
codingllama
as code owners
November 6, 2024 22:26
public-teleport-github-review-bot
bot
removed request for
klizhentas,
russjones,
r0mant,
zmb3,
fheinecke,
camscale,
tcsc and
rosstimothy
November 6, 2024 22:27
public-teleport-github-review-bot
bot
removed the request for review
from codingllama
November 6, 2024 22:27
avatus
changed the title
Hide navigation menu items based on access
Add ReviewRequests to User ACL
Nov 6, 2024
rudream
approved these changes
Nov 8, 2024
friendly ping @kimlisa |
kimlisa
approved these changes
Nov 12, 2024
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.
tested it and lgtm
This PR exposes `allow.review_requests` capabilities in the user ACL. This is used to conditionally render the "Access Requests" button when feature hiding is on.
avatus
force-pushed
the
avatus/fix_topbar_access
branch
from
November 12, 2024 15:38
4a4e929
to
095c658
Compare
avatus
added
the
no-changelog
Indicates that a PR does not require a changelog entry
label
Nov 12, 2024
This was referenced Nov 12, 2024
avatus
added a commit
that referenced
this pull request
Dec 4, 2024
oss counterpart for gravitational/teleport.e#5628 This adds some testing to the view as well as the equivalent to the web solution for Connect. Connect was missing the [recently added](#48536) `ReviewRequests` field in the user ACL, so I added it here. Because this is handled in the tsh code, we don't have to worry about backward compatibility here for Connect right?
avatus
added a commit
that referenced
this pull request
Dec 5, 2024
oss counterpart for gravitational/teleport.e#5628 This adds some testing to the view as well as the equivalent to the web solution for Connect. Connect was missing the [recently added](#48536) `ReviewRequests` field in the user ACL, so I added it here. Because this is handled in the tsh code, we don't have to worry about backward compatibility here for Connect right?
github-merge-queue bot
pushed a commit
that referenced
this pull request
Dec 9, 2024
oss counterpart for gravitational/teleport.e#5628 This adds some testing to the view as well as the equivalent to the web solution for Connect. Connect was missing the [recently added](#48536) `ReviewRequests` field in the user ACL, so I added it here. Because this is handled in the tsh code, we don't have to worry about backward compatibility here for Connect right?
github-actions bot
pushed a commit
that referenced
this pull request
Dec 9, 2024
oss counterpart for gravitational/teleport.e#5628 This adds some testing to the view as well as the equivalent to the web solution for Connect. Connect was missing the [recently added](#48536) `ReviewRequests` field in the user ACL, so I added it here. Because this is handled in the tsh code, we don't have to worry about backward compatibility here for Connect right?
github-merge-queue bot
pushed a commit
that referenced
this pull request
Dec 9, 2024
oss counterpart for gravitational/teleport.e#5628 This adds some testing to the view as well as the equivalent to the web solution for Connect. Connect was missing the [recently added](#48536) `ReviewRequests` field in the user ACL, so I added it here. Because this is handled in the tsh code, we don't have to worry about backward compatibility here for Connect right?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport/branch/v15
backport/branch/v16
backport/branch/v17
backport
backport-required
no-changelog
Indicates that a PR does not require a changelog entry
size/sm
ui
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes: #46354
This PR exposes
allow.review_requests
capabilities in the user ACL.This is used to conditionally render the "Access Requests" button when
feature hiding is on.
I've added changes to TopBar here even tho its not present in v17 by default, but it will make the backports easier