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
Expecting a login screen with a button that allows SSO using Authentik
What do you see instead?
pod logs
19:29:50.77 INFO ==> 19:29:50.77 INFO ==> Welcome to the Bitnami minio container19:29:50.77 INFO ==> Subscribe to project updates by watching https://github.com/bitnami/containers19:29:50.77 INFO ==> Did you know there are enterprise versions of the Bitnami catalog? For enhanced secure software supply chain features, unlimited pulls from Docker, LTS support, or application customization, see Bitnami Premium or Tanzu Application Catalog. See https://www.arrow.com/globalecs/na/vendors/bitnami/ for more information.19:29:50.77 INFO ==> 19:29:50.77 INFO ==> ** Starting MinIO setup **minio 19:29:50.83 INFO ==> Starting MinIO in background...minio 19:29:55.84 INFO ==> Adding local Minio host to 'mc' configuration...minio 19:29:55.86 INFO ==> Creating default buckets...minio 19:29:55.94 INFO ==> Bucket local/righive-demo already exists, skipping creation.minio 19:29:56.04 INFO ==> Stopping MinIO...19:29:56.23 INFO ==> ** MinIO setup finished! **minio 19:29:56.24 INFO ==> ** Starting MinIO **API: SYSTEM.iamTime: 19:29:56 UTC 02/28/2025DeploymentID: 8d8f9d00-b6d1-4acc-a907-2e62fe855290Error: Unable to initialize OpenID: Get "https://authentik.righive.local/application/o/minio/.well-known/openid-configuration": tls: failed to verify certificate: x509: certificate signed by unknown authority (*fmt.wrapError)6: internal/logger/logger.go:268:logger.LogIf()5: cmd/logging.go:29:cmd.iamLogIf()4: cmd/iam.go:255:cmd.(*IAMSys).Init()3: cmd/server-main.go:984:cmd.serverMain.func14.1()2: cmd/server-main.go:563:cmd.bootstrapTrace()1: cmd/server-main.go:983:cmd.serverMain.func14()MinIO Object Storage ServerCopyright: 2015-2025 MinIO, Inc.License: GNU AGPLv3 - https://www.gnu.org/licenses/agpl-3.0.htmlVersion: DEVELOPMENT.2025-02-03T21-03-04Z (go1.23.5 linux/amd64)API: https://minio.righive.local WebUI: https://minio-ui.righive.local Docs: https://docs.min.ioINFO:
You are running an older version of MinIO released 3 weeks before the latest release Update: Run `mc admin update ALIAS`
Additional information
No response
The text was updated successfully, but these errors were encountered:
javsalgar
changed the title
Unable to bypass TLS certificate verification in MINIO
[bitnami/minio] Unable to bypass TLS certificate verification in MINIO
Mar 3, 2025
It seems to me that this issue is not related with the Bitnami packaging of MinIO but of MinIO itself. My advice would be to check with the upstream MinIO devs to see how this can be achieved.
Hey @javsalgar , thank you for your quick response. I have one more question.
If I want to use my own self signed certificate which does not have a CA certificate, is it possible? Because I see that whenever I configure to use my certificate, it complaints that ca.crt is not provided.
Name and Version
bitnami/minio
What architecture are you using?
None
What steps will reproduce the bug?
Are you using any custom parameters or values?
Minio Helm chart configuration to implement OIDC:
What is the expected behavior?
Expecting a login screen with a button that allows SSO using Authentik
What do you see instead?
pod logs
Additional information
No response
The text was updated successfully, but these errors were encountered: