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

SDK Support Needing BPX.SERVER Only #76

Open dkelosky opened 4 years ago

dkelosky commented 4 years ago

We would like the SDK to require only BPX.SERVER (instead of BPX.DAEMON & superuser)

plavjanik commented 4 years ago

If you remember the password, you can have just BPX.SERVER READ access to do the security context switch. If you have BPX.SERVER UPDATE access and access to BPX.SRV. in the SURROGAT class then you can change the security context without a password - https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.4.0/com.ibm.zos.v2r4.bpxb200/srvdef2.htm

dkelosky commented 4 years ago

Ok cool. I think the main thing we were after was to not require UID 0 to run the server with context switch.

github-actions[bot] commented 4 years ago

This issue has not been updated in a long time.