-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support responseTimeout profile property for z/OSMF operations #334
Comments
Thank you for raising this enhancement request. |
Followed up on Zowe Discord:
|
Assign this issue to me |
The connection function only supports specific user name and password input and no way to use a secure profile name.
Provide either a new argument to the connection function or a new "profile_connect" function to connect to the remote system using a config.json profile with secure user credentials.
In the SDK documentation there does not seem to be any way to use a loaded profile to connect to the remote system.
The specific reason for this request is to allow the
responseTimeout
configuration parameter to govern how long the SDK functions wait for a response from the z/OS system since none of the SDK functions are documented to allow a timeout parameter to be supplied.The text was updated successfully, but these errors were encountered: