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

allow disabling sha256 completely for PUT requests #1668

Merged
merged 1 commit into from
Jun 23, 2022

Conversation

harshavardhana
Copy link
Member

No description provided.

@harshavardhana harshavardhana requested review from klauspost, kannappanr, poornas and krisis and removed request for klauspost and kannappanr June 22, 2022 23:48
@harshavardhana harshavardhana merged commit 40b13d9 into minio:master Jun 23, 2022
@harshavardhana harshavardhana deleted the allow-sha256 branch June 23, 2022 01:06
agnivade added a commit to mattermost/mattermost that referenced this pull request Aug 19, 2022
PR minio/minio-go#1668 introduced
an option to disable sha256, which by default was disabled.
This meant all content was always hashed and this broke
in bifrost because the key signing fails in streaming
mode.

So for cloud installations, we disable sha256.

https://mattermost.atlassian.net/browse/MM-46475

```release-note
NONE
```
agnivade added a commit to mattermost/mattermost that referenced this pull request Aug 20, 2022
PR minio/minio-go#1668 introduced
an option to disable sha256, which by default was disabled.
This meant all content was always hashed and this broke
in bifrost because the key signing fails in streaming
mode.

So for cloud installations, we disable sha256.

https://mattermost.atlassian.net/browse/MM-46475

```release-note
NONE
```
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 this pull request may close these issues.

2 participants