Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit89cd6bb

Browse files
authored
Update on-prem-feature-management.md (#813)
* Update on-prem-feature-management.mdAdded new FFs in 2.1 to table* Update on-prem-feature-management.mdUpdated links to articles from FFs* Update on-prem-feature-management.md* Update on-prem-feature-management.md
1 parentfb24201 commit89cd6bb

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

‎_docs/installation/on-premises/on-prem-feature-management.md‎

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,31 @@ Review the [feature list](#on-premises-feature-list) to understand the implicati
3333
{: .table .table-bordered .table-hover}
3434
| Feature| Description| Default|
3535
| --------------| --------------| -------|
36+
|`abacHermesTriggers`| When enabled, restricts access to the legacy version of Cron triggers for users without permissions to edit pipelines.| FALSE|
37+
|`accountInfoCopyButton`| When enabled (the default), the account ID is added to the URL. When sharing the URL with the account information, recipients can seamlessly switch accounts.| TRUE|
38+
|`accessibilityContrast`| When enabled, displays an icon in the Codefresh toolbar allowing you to control the contrast by selecting the option that best suits the logged in user:{::nomarkdown}<ul><li><b>Invert colors</b> and <b>Bold colors (saturate)</b>: Optimized for visually impaired users.</li><li><b>Smart Contrast</b>: Increases the contrast between the text and the background to the maximum possible.</li></ul>{:/}| FALSE|
3639
|`allowUserUpdateBoards`| When enabled, allows users without admin roles to update Helm boards. Users can install, promote, create, and update sections.<br>See[Promoting Helm environments]({{site.baseurl}}/docs/deployments/helm/helm-environment-promotion/).|FALSE|
40+
|`cronTriggersInPipelineSpec`| When enabled, allows users to define Cron triggers in the pipeline YAMLs as a`spec.cronTriggers` array, instead of using a separate API.<br>See[Cron trigger specifications]({{site.baseurl}}/docs/integrations/codefresh-api/#cron-triggers).| FALSE|
3741
|`dindPodRequestsEqualLimits`| When enabled, sets both the resource requests and limits for the pod to the same values.|FALSE|
3842
|`disableWelcomeScreen`| When enabled, bypasses the Codefresh Welcome screen that requires the user to enter additional information on first sign-in. <br>Required mostly in on-premises environments, especially for LDAP, which has all login info already configured.| FALSE|
39-
|`disableRolloutActionsWithoutRBAC`|Relevant to GitOps application deployments. <br>When enabled, disables rollback and rollout controls in the Timeline's tab's Rollout Player for the application. {::nomarkdown}<ul><li>Rollback for the selected Rollout. The <b>Choose version to Rollback</b> dropdown is disabled.<br>See[Manually rollback completed rollout to previous revision]({{site.baseurl}}/docs/deployments/gitops/manage-application/#manually-rollback-completed-rollout-to-previous-revision). </li><li>The <b>Pause</b>, <b>Resume</b>, <b>Skip Step</b> and <b>Promote Full</b> controls in the Rollout Player are also disabled.<br>See[Manage an ongoing rollout with Rollout Player]({{site.baseurl}}/docs/deployments/gitops/manage-application/#manage-an-ongoing-rollout-with-the-rollout-player).</li></ul>{:/}| FALSE|
40-
|`forbidDecrypt`|When enabled, prevents users from decrypting secrets when running the`codefresh get context --decrypt` command. <br>Users can bypass this by running`--decrypt` with the built-in`CF_API_KEY` command that is injected into every build.|FALSE|
43+
|`disableRolloutActionsWithoutRBAC`|Relevant to GitOps application deployments. <br>When enabled, disables rollback and rollout controls in the Timeline's tab's Rollout Player for the application. {::nomarkdown}<ul><li>Rollback for the selected Rollout. The <b>Choose version to Rollback</b> dropdown is disabled.<br>See <ahref="https://codefresh.io/docs/docs/deployments/gitops/manage-application/#manually-rollback-completed-rollout-to-previous-revision">Manually rollback completed rollout to previous revision</a>. </li><li>The <b>Pause</b>, <b>Resume</b>, <b>Skip Step</b> and <b>Promote Full</b> controls in the Rollout Player are also disabled.<br>See <ahref="https://codefresh.io/docs/docs/deployments/gitops/manage-application/#manage-an-ongoing-rollout-with-the-rollout-player">Manage an ongoing rollout with Rollout Player</a>.</li></ul>{:/}| FALSE|
44+
|`disableInviteWelcomeMail`| When enabled, does not send the Welcome email to users invited to an account.| FALSE|
45+
|`forbidDecrypt`|When enabled, prevents users from decrypting secrets when running the`codefresh get context --decrypt` command. <br>Users can bypass this by running`--decrypt` with the built-in`CF_API_KEY` command that is injected into every build.|FALSE|
46+
|`gerritIntegration`| When enabled, enables Gerrit integration in Account settings. See also`supportGerrit`. <br>See[Gerrit as Git provider for pipelines]({{site.baseurl}}/docs/integrations/git-providers/#gerrit).| FALSE|
4147
|`gitopsArgoCdRollback`|Relevant to GitOps application deployments.<br>When enabled, allows you to rollback active GitOps applications to previously deployed versions.<br>See[Rollback GitOps applications]({{site.baseurl}}/docs/deployments/gitops/manage-application/#rollback-gitops-applications).| FALSE|
48+
|`gitopsAppGroups`| When enabled, allows users to group GitOps applications by annotations, and view these applications in the Groups tab of the GitOps Apps dashboard. <br>See[Application Groups for GitOps applications]({{site.baseurl}}/docs/deployments/gitops/gitops-app-groups/).| FALSE|
4249
|`gitopsImageReporting`|Relevant to ProjectOne.<br>When enabled, reports images created with Codefresh Pipelines to the Images dashboard. <br>See[Images in Codefresh]({{site.baseurl}}/docs/dashboards/images/).| FALSE|
4350
|`injectClusterListFromPipelineSettings`| When enabled, turns on the pipeline setting**Kubernetes cluster context pipeline injection** for the account. Individual users can then selectively inject clusters for pipelines from those to which they they access.<br><br> This feature requires the users to have the Update Cluster permission. If not granted, then this feature has no impact when enabled. <br>See[Enabling cluster-contexts for pipelines]({{site.baseurl}}/docs/pipelines/configuration/pipeline-settings/#enabling-cluster-contexts-for-pipelines).| FALSE|
44-
|`parallelKubectlOperations`|When enabled, allows running parallel steps that includes`kubectl`. Especially Helm`install` and`deploy` steps that deploy to multiple clusters with`kubectl` in parallel.|FALSE|
4551
|`logMasking`|When enabled, secrets in build logs, both online and offline logs, are masked and replaced by asterisks. <br><br>This feature is currently available only for Enterprise customers.|FALSE|
52+
|`nextGenTerminal`|When enabled, uses the new terminal emulator for improved performance, online rendering for large logs (up to 100,000 lines), search functionality, and Screen Reader support for accessibility.|FALSE|
53+
|`parallelKubectlOperations`|When enabled, allows running parallel steps that includes`kubectl`. Especially Helm`install` and`deploy` steps that deploy to multiple clusters with`kubectl` in parallel.|FALSE|
54+
|`pipelineScopes`| When enabled, enables Codefresh administrators to configure the API scopes for pipelines at account level. All pipelines in the account inherit these scopes. Codefresh administrators can also override these scopes for individual pipelines.<br>See[Configure pipeline scopes]({{site.baseurl}}/docs/pipelines/configuration/pipeline-settings/#configure-pipeline-scopes).| FALSE|
55+
|`supportGerrit`| When enabled, adds the capability to connect to Gerrit as a Git provider. <br>See[Gerrit as Git provider for pipelines]({{site.baseurl}}/docs/integrations/git-providers/#gerrit).| FALSE|
56+
|`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|
4657
|`useLogsTimestamps`|When enabled, prepends the date and time to every line in the log. <br><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|
4758

4859

60+
61+
4962
##Related articles
5063
[Codefresh on-premises]({{site.baseurl}}/docs/installation/on-premises/)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp