yao/openapi/job
Max 7feb3e7c7a Enhance job and execution access control with authorization checks
- Added authorization checks in ListExecutions, GetExecution, StopExecution, and GetExecutionProgress functions to ensure users have access to the respective jobs and executions.
- Implemented similar checks in ListJobs, GetJob, StopJob, and GetJobProgress functions to validate user permissions before performing actions.
- Introduced handling for unauthorized access attempts, returning appropriate error responses for better security and user feedback.
- Updated ListLogs and ListExecutionLogs functions to include access validation for job and execution logs.
2025-11-05 14:14:57 +08:00
..
categories.go Enhance job management and category handling 2025-09-02 18:36:14 +08:00
executions.go Enhance job and execution access control with authorization checks 2025-11-05 14:14:57 +08:00
filter.go Enhance job and execution access control with authorization checks 2025-11-05 14:14:57 +08:00
job.go Enhance job management and category handling 2025-09-02 18:36:14 +08:00
jobs.go Enhance job and execution access control with authorization checks 2025-11-05 14:14:57 +08:00
logs.go Enhance job and execution access control with authorization checks 2025-11-05 14:14:57 +08:00