zowe / sample-spring-boot-api-service

Zowe REST API service SDK and sample API service that integrates with Zowe API Mediation Layer
Other
26 stars 18 forks source link

Security Documentation - Commands and Requirements Don't Match #89

Closed awharn closed 4 years ago

awharn commented 4 years ago

The commands provided and documented required permissions do not match: https://github.com/zowe/sample-spring-boot-api-service/blob/master/zowe-rest-api-sample-spring/docs/zos-security.md

The Required Security Access for Development section states that access requirements need to be BPX.DAEMON = READ and BPX.SERVER = READ.

The commands listed have BPX.DAEMON = UPDATE.

github-actions[bot] commented 4 years ago

Thank you for opening your first issue!

plavjanik commented 4 years ago

The commands are correct. The required access level to BPX.DAEMON is UPDATE.

plavjanik commented 4 years ago

The documentation has been fixed.