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: Encrypted messages above 16k are not decrypted #1343

Closed
Tracked by #1342
Dzordzu opened this issue Nov 23, 2023 · 2 comments · Fixed by #1345
Closed
Tracked by #1342

BUG: Encrypted messages above 16k are not decrypted #1343

Dzordzu opened this issue Nov 23, 2023 · 2 comments · Fixed by #1345
Labels

Comments

@Dzordzu
Copy link

Dzordzu commented Nov 23, 2023

Steps to reproduce

  1. Prepare minio installation with over 3k buckets with many user/group bindings. Ideally these bindings should contain entities with long names.
  2. Call an endpoint responsible for listing entities with respective affiliations
  3. An error occurs: MAC check failed
@pbrw
Copy link
Contributor

pbrw commented Nov 23, 2023

I just checked and this bug is also present in MinIO Java SDK

@Dzordzu
Copy link
Author

Dzordzu commented Nov 23, 2023

I assume that it will be present everywhere, outside of the go implementation

balamurugana added a commit to balamurugana/minio-py that referenced this issue Nov 25, 2023
Fixes minio#1343

Signed-off-by: Bala.FA <bala@minio.io>
balamurugana added a commit to balamurugana/minio-py that referenced this issue Nov 25, 2023
Fixes minio#1343

Signed-off-by: Bala.FA <bala@minio.io>
harshavardhana pushed a commit that referenced this issue Nov 25, 2023
Fixes #1343

Signed-off-by: Bala.FA <bala@minio.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants