We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e84551d + 7f66fbe commit 2d06b99Copy full SHA for 2d06b99
README.md
@@ -394,7 +394,8 @@ from ibm_cloud_sdk_core.authenticators import CloudPakForDataAuthenticator
394
authenticator = CloudPakForDataAuthenticator(
395
'<your username>',
396
'<your password>',
397
- '<authentication url>') # should be of the form https://{icp_cluster_host}{instance-id}/api
+ '<authentication url>', # should be of the form https://{icp_cluster_host}{instance-id}/api
398
+ disable_ssl_verification=True) # Disable ssl verification for authenticator
399
400
assistant = AssistantV1(
401
version='<version>',
0 commit comments