Actions
Bug #8054
closednode-to-relay fails to reload policy when proxy is set
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
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"
Updated by Janos Mattyasovszky over 8 years ago
- Translation missing: en.field_tag_list set to Quick and important
Updated by Benoît PECCATTE over 8 years ago
- Status changed from New to In progress
- Assignee set to Benoît PECCATTE
Updated by Benoît PECCATTE over 8 years ago
- 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
Updated by Benoît PECCATTE over 8 years ago
- Status changed from Pending technical review to In progress
- Assignee changed from Alexis Mousset to Benoît PECCATTE
Updated by Benoît PECCATTE over 8 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Benoît PECCATTE to Alexis Mousset
Updated by Benoît PECCATTE over 8 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder-packages|b085a75873071b04bbf93d4159f72423001a3853.
Updated by Vincent MEMBRÉ over 8 years ago
- Status changed from Pending release to Released
Actions