-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds ability to restrict uid and gids in exec and raw_exec #24343
Merged
Commits on Nov 4, 2024
-
e2e: ui: update playwright to 1.48.0 (#24158)
steps to update: * edit run.sh IMAGE variable manually * run ./run.sh test
Configuration menu - View commit details
-
Copy full SHA for 5548d94 - Browse repository at this point
Copy the full SHA 5548d94View commit details -
jobspec: add a chown option to artifact block (#24157)
* jobspec: add a chown option to artifact block This PR adds a boolean 'chown' field to the artifact block. It indicates whether the Nomad client should chown the downloaded files and directories to be owned by the task.user. This is useful for drivers like raw_exec and exec2 which are subject to the host filesystem user permissions structure. Before, these drivers might not be able to use or manage the downloaded artifacts since they would be owned by the root user on a typical Nomad client configuration. * api: no need for pointer of chown field
Configuration menu - View commit details
-
Copy full SHA for 0c45186 - Browse repository at this point
Copy the full SHA 0c45186View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9009f12 - Browse repository at this point
Copy the full SHA 9009f12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a5aa11 - Browse repository at this point
Copy the full SHA 8a5aa11View commit details -
docs: explain schedule state values (#24160)
* docs: explain schedule state values GET /v1/client/allocation/:alloc_id/pause?task=:task_name is a tiny but critical API for observability of tasks with a schedule. This PR explains each of the values which might be returned. * correct docstring * add missing state and expand PUT docs --------- Co-authored-by: Aimee Ukasick <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f42547f - Browse repository at this point
Copy the full SHA f42547fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 967d4b1 - Browse repository at this point
Copy the full SHA 967d4b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ea802a - Browse repository at this point
Copy the full SHA 8ea802aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 525d5e9 - Browse repository at this point
Copy the full SHA 525d5e9View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.