Project

General

Profile

Actions

Bug #12155

closed

Detection of minicurl and https is done in conflicting ways

Added by Florian Heigl about 6 years ago. Updated almost 6 years ago.

Status:
Released
Priority:
N/A
Category:
System techniques
Target version:
Severity:
Major - prevents use of part of Rudder | no simple workaround
UX impact:
User visibility:
Operational - other Techniques | Technique editor | Rudder settings
Effort required:
Very Small
Priority:
76
Name check:
Fix check:
Regression:

Description

The system policies select http as protocol for AIX, and select minicurl if curl is not available.
minicurl is deployed without TLS support.

This means that on a system without curl, and not running AIX, rudder automatically selects to use minicurl, but via https, which rudder's minicurl does not support.

This means the system policies are not consistent in themselves.

Please ensure the condition match up.
Please also verify if it was a conscious decision to miss TLS support in minicurl (for maintenance cost reasons, for example) or if "it's just not there because it's not there".

If it's intentionally missing, there should be no code path where rudder selects it for a https transfer.

EDIT (FAR): the point of that ticket is to make sure that minicurl is never selected in combination with HTTPS. Other evolution (like supporting curl+wget) will be done in other tickets.


Subtasks 1 (0 open1 closed)

Bug #12951: Inventory is not sent if curl is not presentReleasedFrançois ARMANDActions
Actions #1

Updated by Florian Heigl about 6 years ago

The thing missing is: LWP::Protocol::https
So, please find out why we don't have that in rudder's perl.

Actions #2

Updated by François ARMAND about 6 years ago

  • Target version set to 4.1.11
  • User visibility changed from Infrequent - complex configurations | third party integrations to Operational - other Techniques | Technique editor | Rudder settings
  • Priority changed from 41 to 52

Thanks for reporting. I'm setting it to "operationnal", as it is not infrequent (as soon as you use AIX, it breaks).

Florian, would you mind get more information on your Rudder agent version on AIX?

I believe we corrected something on it recently, perhaps Nicolas/Benoit/Alexis would have an insight?

Actions #4

Updated by Florian Heigl about 6 years ago

Hi,

I'm hitting this during porting to new OS (Linux, Linaro) /HW (Embedded) combinations, simply by the fact that curl isn't installed.

It would be AIX related if the code were working the same way in both places ;-)
That's what the report is about, not the issue at hand.

Actions #5

Updated by Florian Heigl about 6 years ago

I just don't wanna have to fight against the system policies just because they're contradicting themselves. Once the intent is clear I can contribute something to work with that. As long as there's 3 undefined things (why this, why that) I can't get started.

Actions #6

Updated by François ARMAND about 6 years ago

Thanks, I understand better (and was corrected by Alexis on the fact that it actually works on AIX).

It was a decision to not support HTTPS in minicurl (because it should have been here just as a workaround, not as full-blown solution, and most of the pain comes with supporting the "S" part of HTTPS).

So you are right, in NO case we should select minicurl when https is configured.

For the long-view part, we think more and more that minicurl was a bad idea. Most people can't afford HTTP-not-S, and we should not encourage them to do so (whithout knowing even less). Moreover, we are not really sure that the delta between having to maintain a HTTPS version of minicurl (and its dependencies) compared to just having a dependency on curl (even compiling curl if needed) worth the time. So we are certainly removing minicurl in a future version.

In your use case, is it by will that curl is not installed on the embeded devices? Would you be OK with just HTTP-not-S on them?

Actions #7

Updated by Florian Heigl about 6 years ago

Thanks for the clarification, this helps a lot.

For my own case, I've asked if they can include curl in the OS and in parallel I was checking how much pain I'll have doing the same things using wget.
If I can make it work I'll send policy patches to support both.
I am not too happy to ask them to add curl when wget is already there, OTOH it is probably not that much work and only like a few KB extra weight.
More a political issue I'd say.

Actions #8

Updated by François ARMAND about 6 years ago

Supporting "curl | wget" could be an option - a better one that maintaining minicurl. Alexis and Benoit would be more insightful here, but the first is giving a course next week and the other is a young father out of office right now...

Actions #9

Updated by Florian Heigl about 6 years ago

Yeah I also think this is the way that helps Rudder the most, but a hard curl depedency could get the same result.
If I manage to provide some wget support, I'll make noise.

I would really appreciate if the detection (https/minicurl/aix) could be streamlined though.
Thinking of other cases like FreeBSD where I'm sure I'll also run into it, whenever I start on that again.

Actions #10

Updated by François ARMAND about 6 years ago

  • Description updated (diff)
  • Effort required set to Very Small
  • Priority changed from 52 to 80

I'm updating the ticket to precise that this ticket is only to take care of the bad selection of minicurl+https in initial promises (and so it should be a small correction).

Actions #11

Updated by Vincent MEMBRÉ about 6 years ago

  • Target version changed from 4.1.11 to 4.1.12
Actions #12

Updated by Benoît PECCATTE about 6 years ago

  • Assignee set to Benoît PECCATTE
  • Priority changed from 80 to 79
Actions #13

Updated by Vincent MEMBRÉ almost 6 years ago

  • Target version changed from 4.1.12 to 4.1.13
  • Priority changed from 79 to 78
Actions #14

Updated by Benoît PECCATTE almost 6 years ago

  • Target version changed from 4.1.13 to 411
Actions #15

Updated by Benoît PECCATTE almost 6 years ago

  • Target version changed from 411 to 4.1.13
Actions #16

Updated by Benoît PECCATTE almost 6 years ago

  • Description updated (diff)
Actions #17

Updated by Benoît PECCATTE almost 6 years ago

  • Status changed from New to In progress
  • Priority changed from 78 to 77
Actions #18

Updated by Benoît PECCATTE almost 6 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-techniques/pull/1317
Actions #19

Updated by Rudder Quality Assistant almost 6 years ago

  • Assignee changed from Alexis Mousset to Benoît PECCATTE
Actions #20

Updated by Benoît PECCATTE almost 6 years ago

  • Status changed from Pending technical review to Pending release
Actions #21

Updated by Vincent MEMBRÉ almost 6 years ago

  • Status changed from Pending release to Released
  • Priority changed from 77 to 76

This bug has been fixed in Rudder 4.1.13, 4.2.7 and 4.3.3 which were released today.

Actions

Also available in: Atom PDF