Azure / Azure-Data-Factory-Integration-Runtime-in-Windows-Container

Azure Data Factory Integration Runtime in Windows Container Sample
MIT License
25 stars 36 forks source link

New security control allow or disallow local SHIR file system access through File system connector #9

Open nickcva opened 1 year ago

nickcva commented 1 year ago

What is the best way to opt-in or opt-out of this new SHIR feature for SHIR Windows Containers?

https://go.microsoft.com/fwlink/?linkid=853077 CURRENT VERSION (5.23.8355.1) · What’s new – o Azure Data Factory: introduce a new security control for the Self-hosted Integration Runtime (SHIR) admin that lets them allow or disallow local SHIR file system access through File system connector. SHIR admins can use the local command line (dmgcmd.exe -DisableLocalFolderPathValidation/-EnableLocalFolderPathValidation) to allow or disallow. Refer here to learn more.

Note: We have changed the default setting to disallow local SHIR file system access from SHIR versions (>= 5.22.8297.1). Using the above command line, you should explicitly opt-out the security control and allow local SHIR file system if needed.