Project

General

Profile

Actions

Bug #12616

closed

${const.dollar} in generic method parameter leads to missing report

Added by François ARMAND almost 6 years ago. Updated almost 6 years ago.

Status:
Released
Priority:
N/A
Category:
Web - Compliance & node report
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:

Description

The following parameter on generic method "command_execution_result" leads to a missing:

[ ${const.dollar}(touch /tmp/constdollar && echo "enabled") = 'enabled' ]

I'm not sure what started it, but at some point, I also got an unexpected which make sense:

[ $(touch /tmp/constdollar && echo "enabled") = 'enabled' ]              Unexpected
[ ${const.dollar}(touch /tmp/constdollar && echo "enabled") = 'enabled' ] Missing

At least that means that we don't escape correctly the expected report in Rudder side or that the agent send the expanded value where it should not.

Actions

Also available in: Atom PDF