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

Get blobs api return incorrect url in the response in case of content for two different tenants are same #22777

Open
iamanuradha opened this issue Oct 10, 2024 · 0 comments
Labels
bug Something isn't working community-contribution

Comments

@iamanuradha
Copy link

iamanuradha commented Oct 10, 2024

Describe the bug

get blobs api returning incorrect blob url in the response when sha for two different documents is same.

To Reproduce

  1. Setup details: A multi-tenant setup with enableWholeSummaryUpload disabled. Two tenants having same schema
  2. Lets say tenant A creates a document (with default intialSummary).
  3. Now tenant B creates a document (with default intialSummary). The blob response returned for tenant B returns the url for blob of document created by tenantA

Since SHA has no differentiator in its key.

Expected behavior

Correct blob url should be returned in response.

Logs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working community-contribution
Projects
None yet
Development

No branches or pull requests

1 participant