- Notifications
You must be signed in to change notification settings - Fork16
Description
Currently given a gateway URL like the following,jetbrains-gateway://connect#type=coder&workspace=other-workspace&owner=user-a&etc=...
theLinkHandler which gets executed has a missing edge case.
Mainly that you'll always fail to find the Workspaces unless you are the owner of the Workspace. This is due to not setting theCoderSettings.workspaceFilter
before doing theclient.workspaces() call. Which is problematic in a large scale organization wherecustom roles might be at play, and non-owners have access to a workspace.
Sub-issues
Metadata
Metadata
Assignees
Labels
No labels