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

[rest] disable SingleContextStorageLruCache when agent in multi-tenant mode #275

Open
amanji opened this issue Jun 22, 2024 · 1 comment · May be fixed by #277
Open

[rest] disable SingleContextStorageLruCache when agent in multi-tenant mode #275

amanji opened this issue Jun 22, 2024 · 1 comment · May be fixed by #277

Comments

@amanji
Copy link
Contributor

amanji commented Jun 22, 2024

While probably an edge case, this prevents a tenant from being able to issue credentials to another tenant in the same agent instance. Or perhaps worded another way it prevents a tenant from caching a credential definition that has already been previously cached by another tenant. Not sure if there may be scenarios where this is applicable.

@amanji amanji changed the title [rest] disable SingleContextStorageLruCache when used in multi-tenant mode [rest] disable SingleContextStorageLruCache when agent in multi-tenant mode Jun 22, 2024
@TimoGlastra
Copy link
Contributor

Makes sense! I think we can enable the in-memory cache by default

@amanji amanji linked a pull request Jun 26, 2024 that will close this issue
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