Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The default Agent configuration includes to allow job scripts to be executed . Alternatively scripts can be from any location. Without this setting scripts are restricted to be executed from a predefined the config/executables directory only.

Code Block
languagetext
titleDefault configuration: enable script execution from signed workflows
linenumberstrue
# Allow http connections without authentication
js7.job.execution.signed-script-injection-allowed = yes

...

  • to use HTTPS connections that are secured by private/public key and certificates,
  • to apply mutual authentication between Controller and Agent.

...