Hi Guillermo,
Welcome to the Community!
AppHost Secret's will only get interpolated correctly by
resilient-circuits (AppHost's runtime environment) if the entire string in the app.config file starts with a
'$' character, therefore, if your
$SECRET is a substring of that, it will NOT get interpolated correctly and you will get unexpected results
What we advise you to do is make the whole string a secret and reference that in your app.config:
SECRET_COMMAND_VALUE=(/home/testremote/test <your command> {{param1}})Then in the
app.config section set:
remote_command_linux = $SECRET_COMMAND_VALUEHope this helps!
------------------------------
Shane Curtin
Apps Engineer - IBM Security SOAR
------------------------------