diff --git a/.github/dco.yml b/.github/dco.yml new file mode 100644 index 00000000..1f94d940 --- /dev/null +++ b/.github/dco.yml @@ -0,0 +1,3 @@ +allowRemediationCommits: + individual: true + thirdParty: true diff --git a/docs/source/usage/examples.rst b/docs/source/usage/examples.rst index 205f6493..fbda0ba7 100644 --- a/docs/source/usage/examples.rst +++ b/docs/source/usage/examples.rst @@ -12,6 +12,9 @@ Create a dictionary to handle communication with the plug-in: "port": 443, # Include the port if different from the default (443) "user": "", "password": "", + # "rejectUnauthorized": True, # Set to False to disable SSL verification + # "basePath": "", # Define base path if using Zowe API ML (e.g. "/ibmzosmf/api/v1" for z/OSMF) + # "protocol": "https", # Include the protocol if different from the default (https) } my_console = Console(profile)