-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(PC-34037)[API] fix: isolate the two Ubble requests sessions
In staging and production, going through an Ubble v2 flow has a nasty side-effect. The certificates used for mutual TLS are also sent during the Ubble v1 flow, making Ubble crash and return 500 errors. This commit attempts to isolate the requests session to prevent this side-effect.
- Loading branch information
1 parent
1ff2056
commit 0eb5cd4
Showing
2 changed files
with
18 additions
and
11 deletions.
There are no files selected for viewing
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
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