You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Mint expects a certain error message if SSE is not configured for the underlying MinIO instance. By using a reverse proxy in front of MinIO as a TLS sink, MinIO detects the incoming requests as unencrypted and blocks any incoming SSE requests.
When using a reverse proxy this is expected behavior.
Describe the solution you'd like
SSE tests should be skipable by setting an environment variable when executing the test suite.
Describe alternatives you've considered
Encrypt traffic between the reverse proxy and MinIO. Even without considering the possible performance loss, this would also require us to deploy and maintain multiple additional TLS certificates. This seems unnecessary.
Is your feature request related to a problem? Please describe.
Mint expects a certain error message if SSE is not configured for the underlying MinIO instance. By using a reverse proxy in front of MinIO as a TLS sink, MinIO detects the incoming requests as unencrypted and blocks any incoming SSE requests.
When using a reverse proxy this is expected behavior.
Describe the solution you'd like
SSE tests should be skipable by setting an environment variable when executing the test suite.
Describe alternatives you've considered
Additional context
None.
The text was updated successfully, but these errors were encountered: