AWS pcs documentation change
Summary
Added troubleshooting guidance for REST API issues including log checking
Security assessment
Added guidance to check controller logs enhances security monitoring capabilities but doesn't address any specific vulnerability. Logs are security-relevant artifacts.
Diff
diff --git a/pcs/latest/userguide/slurm-rest-api-faq.md b/pcs/latest/userguide/slurm-rest-api-faq.md index 5575e2111..14ee3f6ba 100644 --- a//pcs/latest/userguide/slurm-rest-api-faq.md +++ b//pcs/latest/userguide/slurm-rest-api-faq.md @@ -93,0 +94,6 @@ If the user identity specified in your JWT lacks write permissions to the job's + * **Still running into problems?** + + 1. Check SchedMD's [documentation](https://slurm.schedmd.com/rest_clients.html) on the REST API specification. + + 2. Check the Slurm controller logs for more detailed information on errors (see [Scheduler logs in AWS PCS](./monitoring_scheduler-logs.html) for more details). +