Skip to content

Commit

Permalink
Merge pull request #904 from peckpeck/bug_8054/node_to_relay_fails_to…
Browse files Browse the repository at this point in the history
…_reload_policy_when_proxy_is_set

Fixes #8054: node-to-relay fails to reload policy when proxy is set
  • Loading branch information
amousset committed Mar 31, 2016
2 parents 6606bb2 + b085a75 commit 443eb6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rudder-webapp/SOURCES/post.write_technique.rudderify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ git commit --allow-empty -q -m "Commit meta Technique ${TECHNIQUE}"

# Reload technique library, bypass the ssl verification since we are on localhost
STEP="Reloading the Techniques using Rudder API. Please reload them manually using Rudder web interface."
curl -s -f "http://localhost:8080/rudder/api/techniqueLibrary/reload"
curl --proxy '' -s -f "http://localhost:8080/rudder/api/techniqueLibrary/reload"

2 changes: 1 addition & 1 deletion rudder-webapp/SOURCES/rudder-node-to-relay
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ EOF
${ECHO} " Done."

${ECHO} -n "INFO: Triggering promises generation..."
curl -k "https://localhost/rudder/api/deploy/reload"
curl --proxy '' -k "https://localhost/rudder/api/deploy/reload"
${ECHO} " Done."

${ECHO} -e "\nSuccess: all steps completed successfully."

0 comments on commit 443eb6e

Please sign in to comment.