From: Tom Hughes Date: Sun, 24 Sep 2023 08:59:14 +0000 (+0100) Subject: Give notes dump access to AWS credentials X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/1b6dad50863eb6406a7696a73b6e404b9275c372 Give notes dump access to AWS credentials --- 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