From 4a884b2447e371dc9130adee4c7c4e60e38162a8 Mon Sep 17 00:00:00 2001 From: Yadu Babuji Date: Thu, 9 Jan 2025 13:57:05 -0600 Subject: [PATCH] Add a note about assuaging a security concern --- docs/endpoints/configs/ospool.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/endpoints/configs/ospool.yaml b/docs/endpoints/configs/ospool.yaml index 3cc243149..c237ec87d 100644 --- a/docs/endpoints/configs/ospool.yaml +++ b/docs/endpoints/configs/ospool.yaml @@ -6,6 +6,8 @@ engine: # This config uses apptainer containerization to ensure a consistent # python environment on the worker side. Since apptainer limits writable # directory paths, set working directory paths paths used by the worker to /tmp + # P.S: These filepaths remain private to the container and will not be + # accessible on the host system worker_logdir_root: /tmp/logs working_dir: /tmp/tasks_dir