Skip to content

Commit

Permalink
Fixes #16139: Files distributed via apache but download by the agent …
Browse files Browse the repository at this point in the history
…on relays have the wrong permissions
  • Loading branch information
Fdall committed Nov 7, 2019
1 parent 88b6f9f commit 272b329
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ bundle agent propagatePromises
"${client_data}" #that's a loop on each files in client_inputs
copy_from => remote("${server_info.policy_server}","${server_data}"),
depth_search => recurse_visible("inf"),
perms => mog("740", "root", "rudder-policy-reader"),
comment => "Fetching the promises to propagate",
classes => if_else("promises_propagated", "could_not_propagate_promises");

Expand Down

0 comments on commit 272b329

Please sign in to comment.