init apf
support authLoadlib only with a reasonable default
#4180
Labels
init apf
support authLoadlib only with a reasonable default
#4180
Apfauth
Help:
zowe.setup.dataset.authLoadlib
is the user custom APF LOADLIB. This field isoptional. If it's not defined,
SZWEAUTH
fromzowe.setup.dataset.prefix
dataset will be APF authorized.
zowe.setup.dataset.authPluginLib
is the user custom APF PLUGINLIB.You can install Zowe ZIS plugins into this load library.
zowe.setup.dataset.authLoadlib
andzowe.setup.dataset.authPluginLib
omitted in config and this is generated byZWEGEN00
:When trying
zwe init apfauth -c ./zowe.yaml
:ERROR: Error ZWEL0157E: zowe.setup.dataset.authLoadlib is not defined in Zowe YAML configuration file.
Expectation:
If
zowe.setup.dataset.authLoadlib
andzowe.setup.dataset.authPluginLib
omitted, the JCL will authorize onlyzowe.setup.dataset.prefix
.SZWEAUTH
.Originally posted by @Martin-Zeithaml in #4107 (comment)
The text was updated successfully, but these errors were encountered: