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

Server side encryption tests should be optional #5

Closed
rluetzner opened this issue Mar 23, 2021 · 2 comments
Closed

Server side encryption tests should be optional #5

rluetzner opened this issue Mar 23, 2021 · 2 comments
Assignees
Labels

Comments

@rluetzner
Copy link
Collaborator

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

  1. 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.
  2. If Execute all tests even if some of them fail #4 is fixed this has a rather low priority as test results are easier to compare when tested against MinIO or any other S3 target.

Additional context
None.

@iternity-dotcom
Copy link
Owner

@rluetzner Can we close this?

@rluetzner
Copy link
Collaborator Author

Yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants