Restricting Groovy script I/O access
You can request Collibra Support to restrict specific Java I/O and network methods in Groovy workflow scripts. Once applied, any script that calls a restricted method fails with an error. The restriction prevents workflows from accessing the local file system, making outbound network calls, or reading system environment variables, which reduces the risk of data exfiltration or unintended side effects.
What can be restricted
The following Java classes and methods can be blocked on request:
java.nio.file.Filesjava.io.Filejava.net.URLjava.net.HttpURLConnectionjava.net.SocketSystem.getenv()System.getProperties()
Impact on existing workflows
Before requesting the restriction, audit all Groovy script tasks in your workflows. Any script that calls a restricted method stops working after the restriction is applied.
How to request
Contact Collibra Support to enable this restriction for your environment.
Last updated
Was this helpful?