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/installation/installation-options/on-premises/on-prem-feature-management.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,7 @@ The table describes the features you can open for Codefresh accounts, in alphabe
64
64
{: .table .table-bordered .table-hover}
65
65
| Feature| Description| Default|
66
66
| --------------| --------------| -------|
67
+
|`appDiffView`|When enabled, and the application is out of sync, displays the differences for each resource in the application in either Compact or Split view modes.<br>See[Analyze out-of-sync applications with Diff View]({{site.baseurl}}/docs/deployments/gitops/applications-dashboard/#analyze-out-of-sync-applications-with-diff-view)| TRUE|
67
68
|`abacAndRule`| When enabled, supports creating ABAC rules for entities in Codefresh pipelines using "AND". <br>See[Configuring rules for access control in pipelines]({{site.baseurl}}/docs/administration/account-user-management/access-control/#rules-for-access-control).| TRUE|
68
69
|`abacHermesTriggers`| When enabled, restricts access to the legacy version of Cron triggers for users without permissions to edit pipelines.| FALSE|
69
70
|`accountInfoCopyButton`| When enabled, the account ID is added to the URL. When sharing the URL with the account information, recipients can seamlessly switch accounts.| FALSE|
@@ -93,12 +94,12 @@ The table describes the features you can open for Codefresh accounts, in alphabe
93
94
|`supportOpenIdConnectInBuilds`| When enabled (the default), supports OIDC in pipeline builds, including obtaining and using ID tokens to authenticate and authorize pipeline actions on cloud providers.<br>See[OpenID Connect for pipeline integrations]({{site.baseurl}}/docs/integrations/oidc-pipelines/).|TRUE|
94
95
|`stepTimeout`| When enabled (the default), allows you to add the`timeout` flag with the`<duration>` and`<units>` to steps in pipelines. When added, the step terminates execution automatically if the step exceeds the duration of the specified timeout.<br> See[Steps in pipelines]({{site.baseurl}}/docs/pipelines/steps/) and browse the Field descriptions for any step type that is supported,[git-clone]({{site.baseurl}}/docs/pipelines/steps/git-clone/#fields) for example.| TRUE|
95
96
|`useLogsTimestamps`|When enabled, prepends the date and time to every line in the log. <br>This flag must be enabled to share URL for build logs.<br>When enabled, and you have build automation, you may need to adjust the regex for search as the line does not start with the log text.| FALSE|
96
-
|`useRepoAndBranchesNextPagination`| When enabled, when adding Triggers to pipeline workflows, the**Repository** dropdowndisplays repositories and branches in paginated format, with the Next button for navigating between pages.| FALSE|
97
+
|`useRepoAndBranchesNextPagination`| When enabled, when adding Triggers to pipeline workflows, the**Repository** dropdown displays repositories and branches in paginated format, with the Next button for navigating between pages.| FALSE|