You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are 5 scenarios (outlined here: docs.zowe.org, or zowe.yaml).
At least one of them shall be implemented as screens in ZEN 1.0.0 - need a decision on what is the most common scenario so far.
ask for all relevant variables and paths, and validate them.
add a link to the documentation
store JCL (if used) to allow replay
The text was updated successfully, but these errors were encountered:
Could we write a program that runs under the STC user which does in order:
tries to list the contents of the keyring the user provided
sees if the contents contains the key they specified
if it has the key, read it to see if the EKU section is correct
if it fails at any step, that step roughly tells us what is wrong.
this would imply that zwe init security has run beforehand, otherwise the STC user may not exist.
often, zowe needs to connect with zosmf, so the CAs need to be good for that.
could we write a program that tries to reach zosmf using the truststore the user provided, and check what kind of failure we get?
There are 5 scenarios (outlined here: docs.zowe.org, or zowe.yaml).
At least one of them shall be implemented as screens in ZEN 1.0.0 - need a decision on what is the most common scenario so far.
The text was updated successfully, but these errors were encountered: