Skip to content

Commit

Permalink
Update DSP API Server cABundle error msg
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Godowski <piotr.godowski@pl.ibm.com>
  • Loading branch information
Piotr Godowski authored and Piotr Godowski committed Jan 3, 2024
1 parent 04148bf commit 30bbcbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ var ConnectAndQueryObjStore = func(ctx context.Context, log logr.Logger, endpoin
if util.IsX509UnknownAuthorityError(err) {
errorMessage := "Encountered x509 UnknownAuthorityError when connecting to ObjectStore. " +
"If using an tls S3 connection with self-signed certs, you may specify a custom CABundle " +
"to mount on the DSP API Server via the DSPA cr under the spec.cABundle field. If you have already " +
"to mount on the DSP API Server via the DSPA cr under the spec.apiServer.cABundle field. If you have already " +
"provided a CABundle, verify the validity of the provided CABundle."
log.Error(err, errorMessage)
return false, errors.New(errorMessage)
Expand Down

0 comments on commit 30bbcbc

Please sign in to comment.