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
It may be required to set the secret type, when using externalCertSecret, externalCaCertSecret or clientCertSecret to make sure the operator mounts the certificate correctly. The type can also be auto-detected by inspecting the secret. This would make configuration easier and less error-prone.
The downside is that secrets need to be fetched, but a secret informer could be used to reduce the additional load of fetching certificates. I think it's worth the trade-off.
It may be required to set the secret type, when using
externalCertSecret
,externalCaCertSecret
orclientCertSecret
to make sure the operator mounts the certificate correctly. Thetype
can also be auto-detected by inspecting the secret. This would make configuration easier and less error-prone.The downside is that secrets need to be fetched, but a secret informer could be used to reduce the additional load of fetching certificates. I think it's worth the trade-off.
See
operator/pkg/apis/minio.min.io/v2/types.go
Line 409 in 44217fb
The text was updated successfully, but these errors were encountered: