From ec6ed6205c00e53f5a9bb6d2ac96e54e52818a7c Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 13:06:37 +0000 Subject: [PATCH 1/2] docs: remove network: none support from documentation Co-Authored-By: ondrej.hlavacek@keboola.com --- extend/common-interface/environment.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/extend/common-interface/environment.md b/extend/common-interface/environment.md index 078c1603..6e4795bb 100644 --- a/extend/common-interface/environment.md +++ b/extend/common-interface/environment.md @@ -8,8 +8,7 @@ permalink: /extend/common-interface/environment/ Components use several [channels](/extend/common-interface/) to exchange information with Keboola, primarily through [structured folders](/extend/common-interface/) and [configuration files](/extend/common-interface/config-file/). -Each component has full access to the external network (network type `bridge`), unless explicitly changed to `none` in the -[Developer Portal](https://components.keboola.com). +Each component has full access to the external network (network type `bridge`). Below are the specific aspects of the environment in which your component operates. ## Environment Variables From 7ef3d32fc3dca3daacfe27e77e1d367781cc96db Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 13:10:00 +0000 Subject: [PATCH 2/2] docs: remove bridge network type mention Co-Authored-By: ondrej.hlavacek@keboola.com --- extend/common-interface/environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extend/common-interface/environment.md b/extend/common-interface/environment.md index 6e4795bb..c54a83d1 100644 --- a/extend/common-interface/environment.md +++ b/extend/common-interface/environment.md @@ -8,7 +8,7 @@ permalink: /extend/common-interface/environment/ Components use several [channels](/extend/common-interface/) to exchange information with Keboola, primarily through [structured folders](/extend/common-interface/) and [configuration files](/extend/common-interface/config-file/). -Each component has full access to the external network (network type `bridge`). +Each component has full access to the external network. Below are the specific aspects of the environment in which your component operates. ## Environment Variables