Closed yangcao77 closed 3 months ago
@yangcao77 - can you tell us the OpenShift version you are using?
@jramcast @rruizher - any ideas? not sure if self-signed certs is the root cause...
@yangcao77 - can you tell us the OpenShift version you are using?
4.15.8
Had a chance to work to duplicate this issue. Found that even when using self-signed certs - The needs to be set to use_ssl=True because you connecting to the Minio exposed service, not an openshift endpoint.
found that everything work as expected, and succeeded throughout the lab. Changing the use_ssl value to False, duplicated the error listed above.
There is no issue with the lab. Use the default values and it works as intended.
I followed instruction to RHOAI, and see errors when running: https://github.com/RedHatQuickCourses/rhods-intro/blob/main/notebooks/data-connections/exercise.ipynb
m6i.2xlarge
response = s3.list_buckets()
Note: since the cluster created via installer is with self-signed cert, so I have disabled SSL when creating the s3 clientuse_ssl=False