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

[FIX] add a fallback to key without prefix for redis #7042

Open
dracarys18 opened this issue Jan 15, 2025 · 0 comments · Fixed by #7044 · May be fixed by #7043
Open

[FIX] add a fallback to key without prefix for redis #7042

dracarys18 opened this issue Jan 15, 2025 · 0 comments · Fixed by #7044 · May be fixed by #7043
Assignees
Labels
A-core Area: Core flows

Comments

@dracarys18
Copy link
Member

To keep the tenant data isolated from each other, We are using a prefix for Redis keys i.e A key which would be saved as card123 without multitenancy would be saved as public:card123 with Multitenancy.

If the user makes a payment on the older pod where MultiTenancy is disabled and client_secret is saved without a prefix, Now if the confirm calls goes to the pod where Multitenancy is enabled the Payment would fail with Unauthorized. This is just one of the instances where the payments would fail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment