Skip to content
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

[public-api] Proxy GetWorkspace to server #9704

Merged
merged 1 commit into from
May 4, 2022
Merged

Conversation

easyCZ
Copy link
Member

@easyCZ easyCZ commented May 2, 2022

Description

GetWorkspace proxies request to Server. It does so by establishing a web-socket connection for each request and forwards the request credentials along. This approach is rather inefficient as we require a full WS connection for a single RPC and we immediately tear down the connection but it's a working baseline on which we can improve. It's a 🛹 .

Related Issue(s)

How to test

  • Unit tests

Release Notes

NONE

Documentation

NONE

/uncc
/hold

@easyCZ easyCZ changed the base branch from main to mp/papi-extract-bearer-token May 3, 2022 06:37
@roboquat roboquat added size/M and removed size/L labels May 3, 2022
@easyCZ easyCZ force-pushed the mp/papi-get-ws-server branch from cdb6da1 to 1e1c229 Compare May 3, 2022 06:43
@roboquat roboquat added size/XL and removed size/M labels May 3, 2022
@easyCZ easyCZ force-pushed the mp/papi-extract-bearer-token branch from 3796657 to ab3492a Compare May 3, 2022 07:39
Base automatically changed from mp/papi-extract-bearer-token to main May 3, 2022 08:48
@easyCZ easyCZ force-pushed the mp/papi-get-ws-server branch from 4ff236b to 74a689a Compare May 3, 2022 09:01
@easyCZ easyCZ force-pushed the mp/papi-get-ws-server branch from cc46f55 to e434967 Compare May 3, 2022 19:07
@roboquat roboquat added size/XXL and removed size/XL labels May 3, 2022
@easyCZ easyCZ changed the base branch from main to mp/papi-config May 3, 2022 19:17
@roboquat roboquat added size/XL and removed size/XXL labels May 3, 2022
@easyCZ easyCZ force-pushed the mp/papi-get-ws-server branch from 85d862a to fa58955 Compare May 3, 2022 19:19
@easyCZ easyCZ force-pushed the mp/papi-config branch from 1591a1a to 1367bc5 Compare May 4, 2022 09:21
Base automatically changed from mp/papi-config to main May 4, 2022 09:27
@roboquat roboquat added size/XXL and removed size/XL labels May 4, 2022
@easyCZ easyCZ force-pushed the mp/papi-get-ws-server branch from fa58955 to d38c40a Compare May 4, 2022 10:05
@roboquat roboquat added size/XL and removed size/XXL labels May 4, 2022
@easyCZ easyCZ force-pushed the mp/papi-get-ws-server branch from d38c40a to 1dd8f28 Compare May 4, 2022 10:07
@easyCZ easyCZ changed the title WIP: [public-api] Proxy GetWorkspace to server [public-api] Proxy GetWorkspace to server May 4, 2022
@easyCZ easyCZ marked this pull request as ready for review May 4, 2022 10:08
@easyCZ easyCZ requested a review from a team May 4, 2022 10:08
@github-actions github-actions bot added the team: webapp Issue belongs to the WebApp team label May 4, 2022
@laushinka
Copy link
Contributor

Walked through the code with @easyCZ and tested. LGTM

@easyCZ
Copy link
Member Author

easyCZ commented May 4, 2022

/unhold

@roboquat roboquat merged commit d2d8464 into main May 4, 2022
@roboquat roboquat deleted the mp/papi-get-ws-server branch May 4, 2022 14:00
@roboquat roboquat added deployed: webapp Meta team change is running in production deployed Change is completely running in production labels May 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deployed: webapp Meta team change is running in production deployed Change is completely running in production release-note-none size/XL team: webapp Issue belongs to the WebApp team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants