Codefresh on-premises feature management
Enable/disable features in the Codefresh platform
Codefresh platform/system administrators can toggle specific features of the Codefresh platform in on-premises environments. Feature management helps you to easily implement and manage functionality on an as- and when-needed basis.
Manage features in on-premises platforms
Enable a feature for all accounts, or override the default setting and enable/disable the feature selectively for specific accounts. The overrides are retained when you change the default setting for the feature. Review the feature list to understand the implications of enabling a feature.
- Sign in to Codefresh.
- On the top-right, click your avatar and then select Admin Panel.
- From the sidebar, click Feature Management.
- To enable a feature for all accounts under Enable, toggle the required feature to ON.
- To enable or disable the feature for specific accounts, click the Edit icon, and then select the accounts from the Enable feature for and Disable feature for lists, as required.
On-premises feature list
Feature | Description | Default |
---|---|---|
abacHermesTriggers |
When enabled, restricts access to the legacy version of Cron triggers for users without permissions to edit pipelines. | FALSE |
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 |
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:
|
FALSE |
allowUserUpdateBoards |
When enabled, allows users without admin roles to update Helm boards. Users can install, promote, create, and update sections. See Promoting Helm environments. |
FALSE |
cronTriggersInPipelineSpec |
When enabled, allows users to define Cron triggers in the pipeline YAMLs as a spec.cronTriggers array, instead of using a separate API.See Cron trigger specifications. |
FALSE |
dindPodRequestsEqualLimits |
When enabled, sets both the resource requests and limits for the pod to the same values. | FALSE |
disableWelcomeScreen |
When enabled, bypasses the Codefresh Welcome screen that requires the user to enter additional information on first sign-in. Required mostly in on-premises environments, especially for LDAP, which has all login info already configured. |
FALSE |
disableRolloutActionsWithoutRBAC |
Relevant to GitOps application deployments. When enabled, disables rollback and rollout controls in the Timeline’s tab’s Rollout Player for the application.
|
FALSE |
disableInviteWelcomeMail |
When enabled, does not send the Welcome email to users invited to an account. | FALSE |
forbidDecrypt |
When enabled, prevents users from decrypting secrets when running the codefresh get context --decrypt command. Users can bypass this by running --decrypt with the built-in CF_API_KEY command that is injected into every build. |
FALSE |
gerritIntegration |
When enabled, enables Gerrit integration in Account settings. See also supportGerrit . See Gerrit as Git provider for pipelines. |
FALSE |
gitopsArgoCdRollback |
Relevant to GitOps application deployments. When enabled, allows you to rollback active GitOps applications to previously deployed versions. See Rollback GitOps applications. |
FALSE |
gitopsAppGroups |
When enabled, allows users to group GitOps applications by annotations, and view these applications in the Groups tab of the GitOps Apps dashboard. See Application Groups for GitOps applications. |
FALSE |
gitopsImageReporting |
Relevant to ProjectOne. When enabled, reports images created with Codefresh Pipelines to the Images dashboard. See Images in Codefresh. |
FALSE |
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. This feature requires the users to have the Update Cluster permission. If not granted, then this feature has no impact when enabled. See Enabling cluster-contexts for pipelines. |
FALSE |
logMasking |
When enabled, secrets in build logs, both online and offline logs, are masked and replaced by asterisks. This feature is currently available only for Enterprise customers. |
FALSE |
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 |
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 |
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. See Configure pipeline scopes. |
FALSE |
supportGerrit |
When enabled, adds the capability to connect to Gerrit as a Git provider. See Gerrit as Git provider for pipelines. |
FALSE |
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. See OpenID Connect for pipeline integrations. |
TRUE |
useLogsTimestamps |
When enabled, prepends the date and time to every line in the log. 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 |