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

feat: do not strip all cookies for core service #585

Open
olevski opened this issue Aug 31, 2022 · 0 comments
Open

feat: do not strip all cookies for core service #585

olevski opened this issue Aug 31, 2022 · 0 comments
Assignees

Comments

@olevski
Copy link
Member

olevski commented Aug 31, 2022

The core service will be using sticky sessions to allow it to scale without losing all performance benefits from the local cache.

When the ui-server accesses the core-service it will do so through the gateway that will then route back outside of the cluster. The sticky sessions cookie therefore needs to be applied and preserved at this point. But as it currently stands the noCookie middleware strips all cookies including the cookie for the sticky session.

@olevski olevski moved this to Backlog in renku-python Aug 31, 2022
@Panaetius Panaetius moved this from Backlog to Ready in renku-python Oct 6, 2022
@olevski olevski moved this from Ready to In Progress in renku-python Oct 10, 2022
@olevski olevski self-assigned this Oct 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

1 participant