When the following curl command in ZOWE is issued:
curl -X GET "https://mydoc.example.net:7557/omvs" -k --user uuuuuu -i -v -H "accept: application/aaaa"
it fails with the following error:
{"_objectType":"org.zowe.zss.error","_metaDataVersion":"0.0.1","error":"Could not issue RACF command"}.
Release : 16.0
The ZOWE region acid needed a permit for IBMFAC(IRR.RADMIN.LISTUSER.)
TSS PER(zoweacid) IBMFAC(IRR.RADMIN.LISTUSER.) ACC(READ)
The IBM manual RACF authorization - IBM Documentation says that IRR.RADMIN.LISTUSER. FACILITY class definition must be granted even if IRR.RADMIN was given authority.
Also, the user issuing the command needed access to the facility from the MASTFAC on the ZOWE region acid
TSS ADD(user) FAC(zowefac)