Bug #8054
closed
node-to-relay fails to reload policy when proxy is set
Added by Janos Mattyasovszky over 8 years ago.
Updated over 2 years ago.
Category:
Server components
Description
in /opt/rudder/bin/rudder-node-to-relay (version 3.0.13)
there is a line like:
${ECHO} -n "INFO: Triggering promises generation..."
curl -k "https://localhost/rudder/api/deploy/reload"
This will fail if a system-wide proxy is set, which is definitely not required to reach localhost.
sugegst to replace it with this:
curl -x '' -k "https://localhost/rudder/api/deploy/reload"
- Translation missing: en.field_tag_list set to Quick and important
- Target version set to 2.11.20
- Status changed from New to In progress
- Assignee set to Benoît PECCATTE
- Status changed from In progress to Pending technical review
- Assignee changed from Benoît PECCATTE to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder-packages/pull/904
- Status changed from Pending technical review to In progress
- Assignee changed from Alexis Mousset to Benoît PECCATTE
- Status changed from In progress to Pending technical review
- Assignee changed from Benoît PECCATTE to Alexis Mousset
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
- Status changed from Pending release to Released
This bug has been fixed in Rudder 2.11.20, 3.0.15, 3.1.9 and 3.2.2 which were released today.
Also available in: Atom
PDF