Skip to content

Commit 03288f0

Browse files
Merge branch 'main' of https://github.com/zowe/zowe-client-python-sdk into sample-scripts
2 parents 6e2a179 + 385ee8c commit 03288f0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/dco.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
allowRemediationCommits:
2+
individual: true
3+
thirdParty: true

docs/source/usage/examples.rst

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ Create a dictionary to handle communication with the plug-in:
1212
"port": 443, # Include the port if different from the default (443)
1313
"user": "<user>",
1414
"password": "<password>",
15+
# "rejectUnauthorized": True, # Set to False to disable SSL verification
16+
# "basePath": "", # Define base path if using Zowe API ML (e.g. "/ibmzosmf/api/v1" for z/OSMF)
17+
# "protocol": "https", # Include the protocol if different from the default (https)
1518
}
1619
1720
my_console = Console(profile)

0 commit comments

Comments
 (0)