Project

General

Profile

Actions

Bug #8054

closed

node-to-relay fails to reload policy when proxy is set

Added by Janos Mattyasovszky about 8 years ago. Updated almost 2 years ago.

Status:
Released
Priority:
N/A
Category:
Server components
Target version:
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" 

Subtasks 2 (0 open2 closed)

Bug #8134: Do not use proxy when calling localhost in techniquesReleasedAlexis MoussetActions
Bug #8135: Do not use proxy when calling localhost in rudder agentReleasedAlexis Mousset2016-03-31Actions
Actions #1

Updated by Janos Mattyasovszky about 8 years ago

  • Translation missing: en.field_tag_list set to Quick and important
Actions #2

Updated by Benoît PECCATTE about 8 years ago

  • Target version set to 2.11.20
Actions #3

Updated by Benoît PECCATTE about 8 years ago

  • Status changed from New to In progress
  • Assignee set to Benoît PECCATTE
Actions #4

Updated by Benoît PECCATTE about 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
Actions #5

Updated by Benoît PECCATTE about 8 years ago

  • Status changed from Pending technical review to In progress
  • Assignee changed from Alexis Mousset to Benoît PECCATTE
Actions #6

Updated by Benoît PECCATTE about 8 years ago

  • Status changed from In progress to Pending technical review
  • Assignee changed from Benoît PECCATTE to Alexis Mousset
Actions #7

Updated by Benoît PECCATTE about 8 years ago

  • Status changed from Pending technical review to Pending release
  • % Done changed from 0 to 100
Actions #8

Updated by Vincent MEMBRÉ about 8 years ago

  • 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.

Actions

Also available in: Atom PDF