-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[bitnami/minio] MINIO SelfSigned Cert causes Minio Client to exit the whole container #29356
Comments
Hi @busyboy77, I think you are missing the CAs folder inside your certificates directory. In order to run, MinIO requires the following files mounted at the
|
Thanks a lot . this has to be documented somewhere as well. Regards, |
Hi @busyboy77, In the README.md for minio, we include a section for TLS configuration including a link to the upstream MinIO documentation: https://min.io/docs/minio/linux/operations/network-encryption.html?ref=docs-redirect#third-party-certificate-authorities
Yes, the containers/bitnami/minio/2023/debian-11/rootfs/opt/bitnami/scripts/minio/setup.sh Lines 33 to 63 in 8f13e2e
|
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback. |
Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary. |
Name and Version
bitnami/minio:2023
What architecture are you using?
None
What steps will reproduce the bug?
certgen
3 start the minio container using
giving the below given output and the container exits
Now this is stopped because of the CA is unknown and the ceritifcate is self-signed.
What I did to isolate the issue:
containers/bitnami/minio/2023/debian-11/rootfs/opt/bitnami/scripts/libminioclient.sh
at line # 82 removed the/dev/null
redirection and started the container using locally built image like belowWith below given output
However, this behaviour can only be changed by setting the
MINIO_SKIP_CLIENT=yes
I think this is a bug with self-signed certificates and should be catered, because in most of the deployments I have used the minio with locally sefl-signed SSL certs.
Regards,
NMR
What is the expected behavior?
Self-signed Certs issue
What do you see instead?
self-signed certs causing issue for containers
Additional information
provided.
The text was updated successfully, but these errors were encountered: