sample-spring-boot-api-service icon indicating copy to clipboard operation
sample-spring-boot-api-service copied to clipboard

Support access control check for DATASET resource class

Open plavjanik opened this issue 6 years ago • 1 comments

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 PlatformSecurityService implementation works well with DATASET resource class and can be used to check access to MVS datasets.

Implementation tips:

  • Use assembler code that calls RACROUTE REQUEST=AUTH macro
  • Call the assembler code from new JNI function in the zowe-sdk-secur module. This module is program-controlled so it can use RACROUTE REQUEST=AUTH functionality

plavjanik avatar Oct 02 '19 07:10 plavjanik

This issue has not been updated in a long time.

github-actions[bot] avatar Dec 02 '19 00:12 github-actions[bot]