From 1b6dad50863eb6406a7696a73b6e404b9275c372 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 24 Sep 2023 09:59:14 +0100 Subject: [PATCH] Give notes dump access to AWS credentials --- cookbooks/planet/recipes/notes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/planet/recipes/notes.rb b/cookbooks/planet/recipes/notes.rb index 1ca5f323b..f3c91a3e0 100644 --- a/cookbooks/planet/recipes/notes.rb +++ b/cookbooks/planet/recipes/notes.rb @@ -57,7 +57,7 @@ systemd_service "planet-notes-dump" do exec_start "/usr/local/bin/planet-notes-dump" user "planet" sandbox :enable_network => true - read_write_paths "/store/planet/notes" + read_write_paths ["/store/planet/notes", "/home/planet/.aws"] end systemd_timer "planet-notes-dump" do -- 2.39.5