You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/administration/pipeline-settings.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,12 @@ Here you can define global template behavior. The options are:
48
48
Note that templates are simply normal pipelines “marked” as a template. There is no technical difference between templates and actual pipelines.
49
49
50
50
##Enabling cluster-contexts for pipelines
51
-
By default, all pipelines in the account can access all clusters integrated with Codefresh. Restrict pipeline access to clusters by enabling cluster-injection for individual pipelines in the account.
51
+
By default, all pipelines in the account can access all clusters integrated with Codefresh. Restrict pipeline access to clusters by enabling cluster-injection for individual pipelines in the account.
52
+
53
+
Selectively restricting access to clusters for a pipeline:
54
+
* Enhances security by restricting access to users from different teams.
55
+
* Reduces the overall duration of the build by shortening the initialization phase.
56
+
Codefresh authenticates the credentials of every cluster that the pipeline accesses during the initialization phase. This action affects build duration for accounts with large numbers of clusters.
52
57
53
58
1. In the Codefresh UI, select**Account Settings**, and then[**Pipeline Settings**](https://g.codefresh.io/account-admin/account-conf/pipeline-settings){:target="\_blank"}.
54
59
1. Toggle**Kubernetes cluster context pipeline injection** to ON.
Copy file name to clipboardExpand all lines: _docs/configure-ci-cd-pipeline/pipelines.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -223,8 +223,8 @@ By default, all clusters integrated with Codefresh are automatically available f
223
223
The inject cluster option when enabled for the account allows you to selectively restrict the clusters which can be accessed from pipelines created for the user account.
224
224
>This option is only available for Enterprise customers.
225
225
226
-
Restrictiveaccessincreases security.
227
-
For a large enterprise, because clusters are referenced throughthenames defined during integration, ashorterlist can avoid confusion when there are several clusters with similar names.
226
+
Increase security by restrictingaccessto users from different teams.
227
+
Codefresh authenticates the credentials of each cluster duringthebuild initialization phase. Fewer clusters meanshorterinitializations and reduced build durations.