Skip to content

Commit

Permalink
Give notes dump access to AWS credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Sep 24, 2023
1 parent d81b6d0 commit 1b6dad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/planet/recipes/notes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
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
Expand Down

0 comments on commit 1b6dad5

Please sign in to comment.