<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Configuration on Step Documentation</title>
    <link>https://step.dev/knowledgebase/30/categories/configuration/</link>
    <description>Recent content in Configuration on Step Documentation</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Sun, 23 Nov 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://step.dev/knowledgebase/30/categories/configuration/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Identity management</title>
      <link>https://step.dev/knowledgebase/30/setup/configuration/identity-management/</link>
      <pubDate>Thu, 08 Aug 2024 00:00:00 +0000</pubDate>
      
      <guid>https://step.dev/knowledgebase/30/setup/configuration/identity-management/</guid>
      <description>Ldap setup (optional) You can use LDAP to authenticate to Step by uncommenting the following properties is step.properties:
# Authenticator configuration - example for LDAP ui.authenticator=step.core.access.LdapAuthenticator # url of your LDAP server ui.authenticator.ldap.url=&amp;lt;url&amp;gt; # root named context for searching for users ui.authenticator.ldap.base=dc=&amp;lt;&amp;gt;,dc=&amp;lt;&amp;gt; # search filter - {user} will be replaced with the username ui.authenticator.ldap.filter=(cn={user}) # user used for connecting to the LDAP server ui.authenticator.ldap.techuser=cn=&amp;lt;&amp;gt;,dc=&amp;lt;&amp;gt;,dc=&amp;lt;&amp;gt; ui.authenticator.ldap.techpwd=&amp;lt;PWD&amp;gt; # Use following flag to manage users from LDAP (authenticated user will be created automatically in Step) #ui.</description>
    </item>
    
    <item>
      <title>Important settings</title>
      <link>https://step.dev/knowledgebase/30/setup/configuration/important-settings/</link>
      <pubDate>Thu, 08 Aug 2024 00:00:00 +0000</pubDate>
      
      <guid>https://step.dev/knowledgebase/30/setup/configuration/important-settings/</guid>
      <description>Controller settings Main properties The main configuration file of the Controller is step.properties.
Installation from archive When installing Step manually from the archives, the file is located in the conf folder of the controller.
The main parameters to be updated in order to start the Controller are listed below :
port=&amp;lt;port_to_access_controller_gui&amp;gt; grid.port=&amp;lt;port_for_agents_to_access_the_controller&amp;gt; datasource.mongo.properties.host=&amp;lt;mongo_hostname_or_ip&amp;gt; datasource.mongo.properties.port=&amp;lt;mongo_port&amp;gt; datasource.mongo.properties.username=&amp;lt;step_database_username&amp;gt; (if any) datasource.mongo.properties.password=&amp;lt;step_database_password&amp;gt; (if any) For example :
port=8080 -&amp;gt; Controller GUI will be accessible on port 8080 grid.</description>
    </item>
    
    <item>
      <title>Licensing settings</title>
      <link>https://step.dev/knowledgebase/30/setup/configuration/licensing/</link>
      <pubDate>Thu, 08 Aug 2024 00:00:00 +0000</pubDate>
      
      <guid>https://step.dev/knowledgebase/30/setup/configuration/licensing/</guid>
      <description>License (Enterprise version only) For the Step Controller Enterprise version, you will need to put your purchased Step license files in one of the following folders:
[installation_path]/licenses/ (recommended) [installation_path]/bin/licenses/ Detailed explanation: The license files consist of a license configuration file (step-enterprise.licenseconfig.json), as well as (usually) one or more actual license files (license*.json). Please contact us to obtain the relevant files for your organization.
Do not attempt to modify the content of these files, as they are digitally signed, and any change will render the signature invalid.</description>
    </item>
    
    <item>
      <title>Logging</title>
      <link>https://step.dev/knowledgebase/30/setup/configuration/logging/</link>
      <pubDate>Thu, 08 Aug 2024 00:00:00 +0000</pubDate>
      
      <guid>https://step.dev/knowledgebase/30/setup/configuration/logging/</guid>
      <description>This page describes how to configure the logging in the different component of Step.
To customize the logback configuration using our Helm chart, refer to this documentation Controller logs By default, the controller logs are written to the file log/controller.log.
The default logging settings can be changed in the file bin/logback.xml.
Verbosity You can easily change the logging verbosity by tweaking the &amp;ldquo;root&amp;rdquo; log level present in the file bin/logback.xml. You can also tweak the verbosity for specific features.</description>
    </item>
    
    <item>
      <title>SSL settings</title>
      <link>https://step.dev/knowledgebase/30/setup/configuration/ssl-settings/</link>
      <pubDate>Thu, 08 Aug 2024 00:00:00 +0000</pubDate>
      
      <guid>https://step.dev/knowledgebase/30/setup/configuration/ssl-settings/</guid>
      <description>By default, the controller GUI is accessible via HTTP and SSL is disabled. It is highly recommended to secure your controller instance by enabling SSL.
Before enabling SSL you will need a valid SSL certificate for your controller domain. You can either use a self-signed certificate or obtain it from a certificate authority (CA).
In both cases you&amp;rsquo;ll get following files:
the private key file (.key) the certificate file (.cert) The controller requires the certificate in a Java KeyStore in JKS format.</description>
    </item>
    
    <item>
      <title>Time Series Configuration</title>
      <link>https://step.dev/knowledgebase/30/setup/configuration/timeseries-settings/</link>
      <pubDate>Wed, 25 Sep 2024 00:00:00 +0000</pubDate>
      
      <guid>https://step.dev/knowledgebase/30/setup/configuration/timeseries-settings/</guid>
      <description>How Time Series Works Step has its own implementation of time series, designed to efficiently manage and visualize large datasets over extended periods. This feature powers data visualization in the Performance tab of the execution view and the Analytics view. By grouping data into collections with different resolutions, the system optimizes both storage and retrieval for short-term and long-term analysis, ensuring high performance and resource efficiency. By default, Step uses several collections with varying resolutions to store data:</description>
    </item>
    
    <item>
      <title>Customization</title>
      <link>https://step.dev/knowledgebase/30/setup/configuration/customization/</link>
      <pubDate>Thu, 28 Feb 2019 14:08:01 +0100</pubDate>
      
      <guid>https://step.dev/knowledgebase/30/setup/configuration/customization/</guid>
      <description>Cosmetics Cosmetics customization is only available as part of step enterprise Customization of step&amp;rsquo;s static resources (images, stylesheets, &amp;hellip;) is made possible in a generic way using the two following properties:
cosmetics.folder: This property points to a local folder on the controller&amp;rsquo;s host in which alternate cosmetic resources are stored (conf/cosmetics/ by default).
cosmetics.interceptedResourceList: A comma-separated list of resources which are supposed to be replaces with custom resources. Defaults to step-variables.</description>
    </item>
    
    <item>
      <title>Artifact repositories configuration</title>
      <link>https://step.dev/knowledgebase/30/setup/configuration/maven-artifact-repository/</link>
      <pubDate>Sun, 23 Nov 2025 00:00:00 +0000</pubDate>
      
      <guid>https://step.dev/knowledgebase/30/setup/configuration/maven-artifact-repository/</guid>
      <description>Artifact repositories configuration When deploying or executing Automation Packages and their libraries using maven coordinates, the artifacts are retrieved from the configured artifact repositories.
The configuration is based on the standard maven settings.xml format and stored as a Step setting.
Retrieve current maven settings You can get the current content of the maven settings.xml with following REST call:
GET &amp;lt;controller-url&amp;gt;/rest/settings/maven_settings_default Modify maven settings You can invoke following service passing the content of your maven settings.</description>
    </item>
    
  </channel>
</rss>
