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

[Bug] TAA acceptance method cached globally for multi-tenant deployments #2668

Closed
esune opened this issue Dec 12, 2023 · 0 comments · Fixed by #2676
Closed

[Bug] TAA acceptance method cached globally for multi-tenant deployments #2668

esune opened this issue Dec 12, 2023 · 0 comments · Fixed by #2676
Assignees

Comments

@esune
Copy link
Member

esune commented Dec 12, 2023

When running an ACA-Py deployment in multitenancy mode, each sub-wallet should accept the TAA for the ledger they connect to when they become an author. It appears, however, that the TAA acceptance method is being correctly stored in the sub-wallet's profile, but the entry is added to a shared pool cache at the indy-vdr level that would return an incorrect result for other sub-wallets when queried.

Shared pool cache entry added: see here.
Shared pool cache entry queried: see here when it is fetched).

Once the cache time-to-live expires (10 min by default), it will refresh with the value used by the first sub-wallet to accept/fetch the TAA.

This behaviour was initially identified in bcgov/traction#956

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants