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
As a kubernetes engineer I want to configure a self-signed root ca cert to be trusted So that I can use the minio provider for our internal minio instance which is running under a self-signed cert
Context
When I create a bucket I get the error: observe failed: cannot determine whether bucket exists: Get "https://xyz.local/bucket-local-dev/?location=": tls: failed to verify certificate: x509: certificate signed by unknown authority
Out of Scope
No response
Further links
No response
Acceptance Criteria
A self-singed ca cert can be added and trusted, so the bucket creation on a minio instance running with a self-signed cert works
Implementation Ideas
No response
The text was updated successfully, but these errors were encountered:
Hello, I know this doesn't necessarily fixes the issues, but I faced a similar issue in a network, where self-signed certificates were used. A workaround was found, where you can edit the DeploymentRuntimeConfig to mount the certificate as a volume.
Summary
As a kubernetes engineer
I want to configure a self-signed root ca cert to be trusted
So that I can use the minio provider for our internal minio instance which is running under a self-signed cert
Context
When I create a bucket I get the error:
observe failed: cannot determine whether bucket exists: Get "https://xyz.local/bucket-local-dev/?location=": tls: failed to verify certificate: x509: certificate signed by unknown authority
Out of Scope
No response
Further links
No response
Acceptance Criteria
A self-singed ca cert can be added and trusted, so the bucket creation on a minio instance running with a self-signed cert works
Implementation Ideas
No response
The text was updated successfully, but these errors were encountered: