Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
leefine02 authored and leefine02 committed Apr 22, 2024
2 parents bf39023 + cb75dce commit 13282e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,11 @@ The Remote File Orchestrator Extension uses a JSON configuration file. It is lo

<details>
<summary><b>UseSudo (Applicable for Linux orchestrated servers only)</b></summary>

* Determines whether to prefix certain Linux command with "sudo". This can be very helpful in ensuring that the user id running commands over an ssh connection uses "least permissions necessary" to process each task. Setting this value to "Y" will prefix all Linux commands with "sudo" with the expectation that the command being executed on the orchestrated Linux server will look in the sudoers file to determine whether the logged in ID has elevated permissions for that specific command. Setting this value to "N" will result in "sudo" not being added to Linux commands. For Windows orchestrated servers, this setting has no effect.
* Allowed values - Y/N
* Default value - N

</details>


Expand Down

0 comments on commit 13282e4

Please sign in to comment.