Skip to content

Commit 2d06b99

Browse files
authored
Merge pull request #707 from watson-developer-cloud/cp4d-disable
doc(cp4d): Disable ssl verification for CP4D authenticator
2 parents e84551d + 7f66fbe commit 2d06b99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,8 @@ from ibm_cloud_sdk_core.authenticators import CloudPakForDataAuthenticator
394394
authenticator = CloudPakForDataAuthenticator(
395395
'<your username>',
396396
'<your password>',
397-
'<authentication url>') # should be of the form https://{icp_cluster_host}{instance-id}/api
397+
'<authentication url>', # should be of the form https://{icp_cluster_host}{instance-id}/api
398+
disable_ssl_verification=True) # Disable ssl verification for authenticator
398399

399400
assistant = AssistantV1(
400401
version='<version>',

0 commit comments

Comments
 (0)