
Orchestrator Release Notes
2020.10.7
linkRelease date: 2 March 2021
Bug Fixes
linkThe FileSystem bucket provider was previously enabled by default on new installations and disabled on upgrades. For security reasons related to the possibility of exposing potentially vulnerable areas of an operating system configuration and settings, we now discourage the use of FileSystem. Therefore, the provider is now disabled by default in both new installation and upgrade scenarios.
UiPath.Orchestrator.dll.config
setting is available to control the use of FileSystem buckets: Buckets.FileSystem.Allowlist. Considering that FileSystem is now disabled by default, if you nevertheless decide to opt for this provider, you first need
to enable it, and then explicitly specify the FileSystem locations you want to make available for storage using the new setting.
Buckets.FileSystem.Allowlist
has no default value, so no FileSystem paths can initially be used. Only paths subsequently added to this allowlist by the
administrator are accessible. Please refer to Using the FileSystem Storage Allowlist Securely before configuring Buckets.FileSystem.Allowlist
.
Publish-Orchestrator.ps1
script to help you manage the bucket providers you opt for: bucketsAvailableProviders
and bucketsFileSystemAllowlist
. For more details, see Publish-Orchestrator.ps1 Parameters.
Buckets.FileSystem.Allowlist
app setting. To find out more about these checks, refer to the Platform Configuration Tool page.
Known Issues
linkAdded March 4, 2021
Alerts and webhooks are not triggered when the robot status becomes unresponsive. If you rely on this feature, please be aware of this issue when upgrading to 2020.10.6 or 2020.10.7 Orchestrator. This issue will be fixed in 2020.10.8.