Project

General

Profile

Actions

Bug #8054

closed

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

Bug #8054: node-to-relay fails to reload policy when proxy is set

Added by Janos Mattyasovszky over 10 years ago. Updated about 4 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 MoussetActions

Updated by Janos Mattyasovszky over 10 years ago Actions #1

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

Updated by Benoît PECCATTE over 10 years ago Actions #2

  • Target version set to 2.11.20

Updated by Benoît PECCATTE over 10 years ago Actions #3

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

Updated by Benoît PECCATTE over 10 years ago Actions #4

  • 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 10 years ago Actions #5

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

Updated by Benoît PECCATTE over 10 years ago Actions #6

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

Updated by Benoît PECCATTE over 10 years ago Actions #7

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

Updated by Vincent MEMBRÉ about 10 years ago Actions #8

  • 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: PDF Atom