avantgardnerio opened a new issue, #221: URL: https://github.com/apache/arrow-rs-object-store/issues/221
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** At Space & Time, we have to be cloud-agnostic, so we are relying on minio deployed inside kubernetes. As such, traffic can be trusted since it is only routed internally within the kubernetes network. We also have automated scripts to stand up new k8s environments for each pull request to enable testing. This set up works well for us, but it seems like TLS buys us little value and would be difficult to configure (wildcard cert, domain, certificate authority, cert request per PR, etc). We can definitely do this, but it highlights the value to users to have a simpler solution available. **Describe the solution you'd like** Expose the existing `allow_http` flag as an environment variable that can be configured at run time. **Describe alternatives you've considered** 1. A command line arg? 2. Setting up TLS for minio as described above -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
