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
I have been looking to access the aminio-ui via HTTPS but have been unsuccessful. It is possible to add certificates and use TLS with minio itself but accessing the adminio-ui is still via http. I've tried to add the certificates to /etc/ngnix/certs via a mounted volume but that does not seem to work.
It would be cool if we had an option to add certificates and enable TLS from an environment variable.
The text was updated successfully, but these errors were encountered:
hi @jacklauret there is no config parameters for that, cause target platform for running is kubernetes and ssl/tls certs can be configured at ingress deployment. But anyway i will search how to implement this as config parameters. By now you have two ways to achieve that:
You can git clone or download zip of this repo and replace content of nginx/default.template with lines below, then rebuild the image with docker build.
I have been looking to access the aminio-ui via HTTPS but have been unsuccessful. It is possible to add certificates and use TLS with minio itself but accessing the adminio-ui is still via http. I've tried to add the certificates to /etc/ngnix/certs via a mounted volume but that does not seem to work.
It would be cool if we had an option to add certificates and enable TLS from an environment variable.
The text was updated successfully, but these errors were encountered: