-
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
Move the shared part of access requests UI to OSS #41036
Conversation
The last commit from teleport.e that includes the original files: gravitational/teleport.e@5ca6881
`accessRequestsService.test.ts` was refactored slightly, we don't need assumed requests there at all.
@gzdunek - this PR will require admin approval to merge due to its size. Consider breaking it up into a series smaller changes. |
1 similar comment
@gzdunek - this PR will require admin approval to merge due to its size. Consider breaking it up into a series smaller changes. |
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.
It seems to work fine, but the only testing I've done is creating, reviewing and assuming a resource access request through Connect.
Closes #17706
In this PR, we finally move the shared part of access requests UI to OSS. This will allow Connect to build without having an access to teleport.e.
Some of the files in
shared
still import stuff fromteleport
. This is not ideal (although we had them even before), but with Michael's upcoming work we may be able to get rid of some of them.I added a reference to the last commit from teleport.e to the first commit. From what I see, 'squash and merge' combines all commits' messages into a single message, so this information should be preserved.
Best to review commit by commit.