sample-spring-boot-api-service
sample-spring-boot-api-service copied to clipboard
Support access control check for DATASET resource class
The PlatformAccessControl class and its underlying implementation __check_resource_auth_np() support the general resources only. In particular, the class can not specify DATASET.
But checking access to DATASET can be useful.
Acceptance criteria:
- The
PlatformSecurityServiceimplementation works well withDATASETresource class and can be used to check access to MVS datasets.
Implementation tips:
- Use assembler code that calls
RACROUTE REQUEST=AUTHmacro - Call the assembler code from new JNI function in the
zowe-sdk-securmodule. This module is program-controlled so it can useRACROUTE REQUEST=AUTHfunctionality
This issue has not been updated in a long time.