What is your environment(Kubernetes version, Fluid version, etc.)
Describe the bug
Using permissions: read-all or permissions: write-all grants all read or write permissions to a job, violating the principle of least privilege. Jobs should only have the specific permissions they need.
What you expect to happen:
Replace "read-all" with specific permissions (e.g., "contents: read").
How to reproduce it
Attempt to run the test setup with unlimited read or write permissions for a job in the referenced file and observe if there are any unexpected behaviors or vulnerabilities.
Additional Information