Skip to content

Commit

Permalink
Merge branch 'main' into readme-update
Browse files Browse the repository at this point in the history
  • Loading branch information
zFernand0 authored Oct 28, 2024
2 parents 6909b9f + 385ee8c commit 80a1520
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dco.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
allowRemediationCommits:
individual: true
thirdParty: true
3 changes: 3 additions & 0 deletions docs/source/usage/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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": "<user>",
"password": "<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)
Expand Down

0 comments on commit 80a1520

Please sign in to comment.